clang
3.7.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 |
getDependencyKind() const | OMPDependClause | inline |
getDependencyLoc() const | OMPDependClause | inline |
OMPClauseReader class | OMPDependClause | friend |