class OMPMetaDirective
Declaration
class OMPMetaDirective : public OMPExecutableDirective { /* full declaration omitted */ };
Description
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'
Declared at: clang/include/clang/AST/StmtOpenMP.h:5870
Inherits from: OMPExecutableDirective
Member Variables
- private clang::Stmt* IfStmt
Inherited from OMPExecutableDirective:
- protected Data = nullptr
Inherited from Stmt:
Method Overview
- public static clang::OMPMetaDirective * Create(const clang::ASTContext & C, clang::SourceLocation StartLoc, clang::SourceLocation EndLoc, ArrayRef<clang::OMPClause *> Clauses, clang::Stmt * AssociatedStmt, clang::Stmt * IfStmt)
- public static clang::OMPMetaDirective * CreateEmpty(const clang::ASTContext & C, unsigned int NumClauses, clang::Stmt::EmptyShell)
- private OMPMetaDirective(clang::SourceLocation StartLoc, clang::SourceLocation EndLoc)
- private OMPMetaDirective()
- public static bool classof(const clang::Stmt * T)
- public clang::Stmt * getIfStmt() const
- private void setIfStmt(clang::Stmt * S)
Inherited from OMPExecutableDirective:
- public children
- public children
- public classof
- public clauses
- protected createDirective
- protected createEmptyDirective
- protected createEmptyDirective
- public getAssociatedStmt
- public getAssociatedStmt
- public getBeginLoc
- public getCapturedStmt
- public getClause
- public getClausesOfKind
- public getClausesOfKind
- public getDirectiveKind
- public getEndLoc
- public getInnermostCapturedStmt
- public getInnermostCapturedStmt
- public getNumClauses
- public getRawStmt
- public getRawStmt
- public getSingleClause
- public getSingleClause
- public getStructuredBlock
- public getStructuredBlock
- public hasAssociatedStmt
- public hasClausesOfKind
- public isStandaloneDirective
- public setLocEnd
- public setLocStart
- public used_clauses_children
Inherited from Stmt:
- public EnableStatistics
- public IgnoreContainers
- public IgnoreContainers
- public PrintStats
- public ProcessODRHash
- public Profile
- public addStmtClass
- public child_begin
- public child_begin
- public child_end
- public child_end
- public children
- public children
- public determineLikelihoodConflict
- public dump
- public dump
- public dumpColor
- public dumpPretty
- public getBeginLoc
- public getEndLoc
- public getID
- public getLikelihood
- public getLikelihood
- public getLikelihood
- public getLikelihoodAttr
- public getSourceRange
- public getStmtClass
- public getStmtClassName
- public printJson
- public printPretty
- public printPrettyControlled
- public stripLabelLikeStatements
- public stripLabelLikeStatements
- public viewAST
Methods
¶static clang::OMPMetaDirective* Create(
const clang::ASTContext& C,
clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc,
ArrayRef<clang::OMPClause*> Clauses,
clang::Stmt* AssociatedStmt,
clang::Stmt* IfStmt)
static clang::OMPMetaDirective* Create(
const clang::ASTContext& C,
clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc,
ArrayRef<clang::OMPClause*> Clauses,
clang::Stmt* AssociatedStmt,
clang::Stmt* IfStmt)
Declared at: clang/include/clang/AST/StmtOpenMP.h:5887
Parameters
- const clang::ASTContext& C
- clang::SourceLocation StartLoc
- clang::SourceLocation EndLoc
- ArrayRef<clang::OMPClause*> Clauses
- clang::Stmt* AssociatedStmt
- clang::Stmt* IfStmt
¶static clang::OMPMetaDirective* CreateEmpty(
const clang::ASTContext& C,
unsigned int NumClauses,
clang::Stmt::EmptyShell)
static clang::OMPMetaDirective* CreateEmpty(
const clang::ASTContext& C,
unsigned int NumClauses,
clang::Stmt::EmptyShell)
Declared at: clang/include/clang/AST/StmtOpenMP.h:5891
Parameters
- const clang::ASTContext& C
- unsigned int NumClauses
- clang::Stmt::EmptyShell
¶OMPMetaDirective(clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc)
OMPMetaDirective(clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc)
Declared at: clang/include/clang/AST/StmtOpenMP.h:5875
Parameters
- clang::SourceLocation StartLoc
- clang::SourceLocation EndLoc
¶OMPMetaDirective()
OMPMetaDirective()
Declared at: clang/include/clang/AST/StmtOpenMP.h:5879
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/StmtOpenMP.h:5895
Parameters
- const clang::Stmt* T
¶clang::Stmt* getIfStmt() const
clang::Stmt* getIfStmt() const
Declared at: clang/include/clang/AST/StmtOpenMP.h:5893
¶void setIfStmt(clang::Stmt* S)
void setIfStmt(clang::Stmt* S)
Declared at: clang/include/clang/AST/StmtOpenMP.h:5884
Parameters
- clang::Stmt* S