clang
8.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, unsigned NumLoops) | OMPDependClause | static |
CreateEmpty(const ASTContext &C, unsigned N, unsigned NumLoops) | OMPDependClause | static |
getColonLoc() const | OMPDependClause | inline |
getDependencyKind() const | OMPDependClause | inline |
getDependencyLoc() const | OMPDependClause | inline |
getLoopData(unsigned NumLoop) | OMPDependClause | |
getLoopData(unsigned NumLoop) const | OMPDependClause | |
getNumLoops() const | OMPDependClause | inline |
OMPClauseReader class | OMPDependClause | friend |
setLoopData(unsigned NumLoop, Expr *Cnt) | OMPDependClause |