clang
3.7.0
|
This is the complete list of members for clang::OMPIfClause, including all inherited members.
children() | clang::OMPIfClause | inline |
clang::OMPClause::children() const | clang::OMPClause | inline |
classof(const OMPClause *T) | clang::OMPIfClause | inlinestatic |
getClauseKind() const | clang::OMPClause | inline |
getCondition() const | clang::OMPIfClause | inline |
getLocEnd() const | clang::OMPClause | inline |
getLocStart() const | clang::OMPClause | inline |
getLParenLoc() const | clang::OMPIfClause | inline |
isImplicit() const | clang::OMPClause | inline |
OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) | clang::OMPClause | inlineprotected |
OMPClauseReader class | clang::OMPIfClause | friend |
OMPIfClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::OMPIfClause | inline |
OMPIfClause() | clang::OMPIfClause | inline |
setLocEnd(SourceLocation Loc) | clang::OMPClause | inline |
setLocStart(SourceLocation Loc) | clang::OMPClause | inline |
setLParenLoc(SourceLocation Loc) | clang::OMPIfClause | inline |