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 OpenACCHostDataConstruct * | CreateEmpty (const ASTContext &C, unsigned NumClauses) |
static OpenACCHostDataConstruct * | Create (const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, SourceLocation End, ArrayRef< const OpenACCClause * > Clauses, Stmt *StructuredBlock) |
Definition at line 403 of file StmtOpenACC.h.
|
inlinestatic |
Definition at line 429 of file StmtOpenACC.h.
|
static |
Definition at line 183 of file StmtOpenACC.cpp.
References clang::C.
Referenced by clang::SemaOpenACC::ActOnEndStmtDirective().
|
static |
Definition at line 174 of file StmtOpenACC.cpp.
References clang::C.
|
inline |
Definition at line 438 of file StmtOpenACC.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitOpenACCHostDataConstruct(), and getStructuredBlock().
|
inline |
Definition at line 439 of file StmtOpenACC.h.
References getStructuredBlock().