ASTStmtReader class | clang::OMPAtomicDirective | friend |
children() | clang::OMPExecutableDirective | inline |
classof(const Stmt *T) | clang::OMPAtomicDirective | inlinestatic |
clauses() | clang::OMPExecutableDirective | inline |
clauses() const | clang::OMPExecutableDirective | inline |
Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef< OMPClause * > Clauses, Stmt *AssociatedStmt, Expr *X, Expr *V, Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate) | clang::OMPAtomicDirective | static |
CreateEmpty(const ASTContext &C, unsigned NumClauses, EmptyShell) | clang::OMPAtomicDirective | static |
getAssociatedStmt() const | clang::OMPExecutableDirective | inline |
getClause(unsigned i) const | clang::OMPExecutableDirective | inline |
getClausesOfKind(ArrayRef< OMPClause * > Clauses) | clang::OMPExecutableDirective | inlinestatic |
getClausesOfKind() const | clang::OMPExecutableDirective | inline |
getDirectiveKind() const | clang::OMPExecutableDirective | inline |
getExpr() | clang::OMPAtomicDirective | inline |
getExpr() const | clang::OMPAtomicDirective | inline |
getLocEnd() const | clang::OMPExecutableDirective | inline |
getLocStart() const | clang::OMPExecutableDirective | inline |
getNumClauses() const | clang::OMPExecutableDirective | inline |
getSingleClause() const | clang::OMPExecutableDirective | inline |
getUpdateExpr() | clang::OMPAtomicDirective | inline |
getUpdateExpr() const | clang::OMPAtomicDirective | inline |
getV() | clang::OMPAtomicDirective | inline |
getV() const | clang::OMPAtomicDirective | inline |
getX() | clang::OMPAtomicDirective | inline |
getX() const | clang::OMPAtomicDirective | inline |
hasAssociatedStmt() const | clang::OMPExecutableDirective | inline |
hasClausesOfKind() const | clang::OMPExecutableDirective | inline |
isPostfixUpdate() const | clang::OMPAtomicDirective | inline |
isXLHSInRHSPart() const | clang::OMPAtomicDirective | inline |
OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses, unsigned NumChildren) | clang::OMPExecutableDirective | inlineprotected |
setAssociatedStmt(Stmt *S) | clang::OMPExecutableDirective | inlineprotected |
setClauses(ArrayRef< OMPClause * > Clauses) | clang::OMPExecutableDirective | protected |
setLocEnd(SourceLocation Loc) | clang::OMPExecutableDirective | inline |
setLocStart(SourceLocation Loc) | clang::OMPExecutableDirective | inline |