clang 22.0.0git
|
This represents '#pragma omp metadirective' directive. More...
#include "clang/AST/StmtOpenMP.h"
Public Member Functions | |
Stmt * | getIfStmt () const |
Static Public Member Functions | |
static OMPMetaDirective * | Create (const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef< OMPClause * > Clauses, Stmt *AssociatedStmt, Stmt *IfStmt) |
static OMPMetaDirective * | CreateEmpty (const ASTContext &C, unsigned NumClauses, EmptyShell) |
static bool | classof (const Stmt *T) |
Friends | |
class | ASTStmtReader |
class | OMPExecutableDirective |
This represents '#pragma omp metadirective' directive.
In this example directive '#pragma omp metadirective' has clauses 'when' with a dynamic user condition to check if a variable 'N > 10'
Definition at line 6151 of file StmtOpenMP.h.
|
inlinestatic |
Definition at line 6176 of file StmtOpenMP.h.
|
static |
Definition at line 263 of file StmtOpenMP.cpp.
References clang::C.
|
static |
Definition at line 274 of file StmtOpenMP.cpp.
References clang::C.
|
inline |
Definition at line 6174 of file StmtOpenMP.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitOMPMetaDirective().
|
friend |
Definition at line 6152 of file StmtOpenMP.h.
References ASTStmtReader.
Referenced by ASTStmtReader.
|
friend |
Definition at line 6153 of file StmtOpenMP.h.
References OMPExecutableDirective.
Referenced by OMPExecutableDirective.