clang 22.0.0git
|
#include "clang/AST/StmtOpenACC.h"
Public Member Functions | |
Stmt * | getStructuredBlock () |
const Stmt * | getStructuredBlock () const |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
static OpenACCDataConstruct * | CreateEmpty (const ASTContext &C, unsigned NumClauses) |
static OpenACCDataConstruct * | Create (const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, SourceLocation End, ArrayRef< const OpenACCClause * > Clauses, Stmt *StructuredBlock) |
Definition at line 292 of file StmtOpenACC.h.
|
inlinestatic |
Definition at line 319 of file StmtOpenACC.h.
|
static |
Definition at line 119 of file StmtOpenACC.cpp.
References clang::C.
Referenced by clang::SemaOpenACC::ActOnEndStmtDirective().
|
static |
Definition at line 109 of file StmtOpenACC.cpp.
References clang::C.
|
inline |
Definition at line 330 of file StmtOpenACC.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitOpenACCDataConstruct(), and getStructuredBlock().
|
inline |
Definition at line 331 of file StmtOpenACC.h.
References getStructuredBlock().