clang
6.0.0
|
This is the complete list of members for OMPDependClause, including all inherited members.
children() | OMPDependClause | inline |
classof(const OMPClause *T) | OMPDependClause | inlinestatic |
Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, OpenMPDependClauseKind DepKind, SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef< Expr *> VL) | OMPDependClause | static |
CreateEmpty(const ASTContext &C, unsigned N) | OMPDependClause | static |
getColonLoc() const | OMPDependClause | inline |
getCounterValue() | OMPDependClause | |
getCounterValue() const | OMPDependClause | |
getDependencyKind() const | OMPDependClause | inline |
getDependencyLoc() const | OMPDependClause | inline |
OMPClauseReader class | OMPDependClause | friend |
setCounterValue(Expr *V) | OMPDependClause |