|
clang 22.0.0git
|
#include "clang/AST/StmtOpenACC.h"
Static Public Member Functions | |
| static bool | classof (const Stmt *T) |
| static OpenACCEnterDataConstruct * | CreateEmpty (const ASTContext &C, unsigned NumClauses) |
| static OpenACCEnterDataConstruct * | Create (const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, SourceLocation End, ArrayRef< const OpenACCClause * > Clauses) |
Definition at line 336 of file StmtOpenACC.h.
|
inlinestatic |
Definition at line 359 of file StmtOpenACC.h.
|
static |
Definition at line 143 of file StmtOpenACC.cpp.
References clang::C.
Referenced by clang::SemaOpenACC::ActOnEndStmtDirective().
|
static |
Definition at line 134 of file StmtOpenACC.cpp.
References clang::C.