clang
20.0.0git
clang
OMPMasterTaskLoopDirective
Public Member Functions
|
Static Public Member Functions
|
Friends
|
List of all members
clang::OMPMasterTaskLoopDirective Class Reference
This represents '#pragma omp master taskloop' directive.
More...
#include "
clang/AST/StmtOpenMP.h
"
Inheritance diagram for clang::OMPMasterTaskLoopDirective:
[
legend
]
Public Member Functions
bool
hasCancel
() const
Return true if current directive has inner cancel directive.
Public Member Functions inherited from
clang::OMPLoopDirective
Expr
*
getIterationVariable
() const
Expr
*
getLastIteration
() const
Expr
*
getCalcLastIteration
() const
Expr
*
getPreCond
() const
Expr
*
getCond
() const
Expr
*
getInit
() const
Expr
*
getInc
() const
const
Stmt
*
getPreInits
() const
Stmt
*
getPreInits
()
Expr
*
getIsLastIterVariable
() const
Expr
*
getLowerBoundVariable
() const
Expr
*
getUpperBoundVariable
() const
Expr
*
getStrideVariable
() const
Expr
*
getEnsureUpperBound
() const
Expr
*
getNextLowerBound
() const
Expr
*
getNextUpperBound
() const
Expr
*
getNumIterations
() const
Expr
*
getPrevLowerBoundVariable
() const
Expr
*
getPrevUpperBoundVariable
() const
Expr
*
getDistInc
() const
Expr
*
getPrevEnsureUpperBound
() const
Expr
*
getCombinedLowerBoundVariable
() const
Expr
*
getCombinedUpperBoundVariable
() const
Expr
*
getCombinedEnsureUpperBound
() const
Expr
*
getCombinedInit
() const
Expr
*