clang 22.0.0git
|
#include "clang/AST/StmtOpenACC.h"
Public Member Functions | |
Stmt * | getLoop () |
const Stmt * | getLoop () const |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
static OpenACCCombinedConstruct * | CreateEmpty (const ASTContext &C, unsigned NumClauses) |
static OpenACCCombinedConstruct * | Create (const ASTContext &C, OpenACCDirectiveKind K, SourceLocation Start, SourceLocation DirectiveLoc, SourceLocation End, ArrayRef< const OpenACCClause * > Clauses, Stmt *StructuredBlock) |
Definition at line 244 of file StmtOpenACC.h.
|
inlinestatic |
Definition at line 274 of file StmtOpenACC.h.
|
static |
Definition at line 97 of file StmtOpenACC.cpp.
References clang::C, and clang::Loop.
Referenced by clang::SemaOpenACC::ActOnEndStmtDirective().
|
static |
Definition at line 88 of file StmtOpenACC.cpp.
References clang::C.
|
inline |
Definition at line 284 of file StmtOpenACC.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitOpenACCCombinedConstruct(), and getLoop().
|
inline |
Definition at line 285 of file StmtOpenACC.h.
References getLoop().