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