, including all inherited members.
| addStmtClass(const StmtClass s) | clang::Stmt | [static] |
| Aligner | clang::Stmt | |
| APFloatSemantics enum name | clang::Stmt | [protected] |
| ASTStmtReader class | clang::OMPLoopDirective | [friend] |
| ASTStmtWriter class | clang::Stmt | [friend] |
| CallExprBits | clang::Stmt | |
| CastExprBits | clang::Stmt | |
| CharacterLiteralBits | clang::Stmt | |
| child_begin() | clang::Stmt | [inline] |
| child_begin() const | clang::Stmt | [inline] |
| child_end() | clang::Stmt | [inline] |
| child_end() const | clang::Stmt | [inline] |
| child_iterator typedef | clang::Stmt | |
| child_range typedef | clang::Stmt | |
| children() | clang::OMPExecutableDirective | [inline] |
| clang::Stmt::children() const | clang::Stmt | [inline] |
| classof(const Stmt *T) | clang::OMPLoopDirective | [inline, static] |
| clauses() | clang::OMPExecutableDirective | [inline] |
| clauses() const | clang::OMPExecutableDirective | [inline] |
| CompoundStmtBits | clang::Stmt | |
| const_child_iterator typedef | clang::Stmt | |
| const_child_range typedef | clang::Stmt | |
| counters() | clang::OMPLoopDirective | [inline] |
| counters() const | clang::OMPLoopDirective | [inline] |
| DeclRefExprBits | clang::Stmt | |
| dump() const | clang::Stmt | |
| dump(SourceManager &SM) const | clang::Stmt | |
| dump(raw_ostream &OS, SourceManager &SM) const | clang::Stmt | |
| dumpColor() const | clang::Stmt | |
| dumpPretty(const ASTContext &Context) const | clang::Stmt | |
| EnableStatistics() | clang::Stmt | [static] |
| ExprBits | clang::Stmt | |
| ExprWithCleanupsBits | clang::Stmt | |
| finals() | clang::OMPLoopDirective | [inline] |
| finals() const | clang::OMPLoopDirective | [inline] |
| FloatingLiteralBits | clang::Stmt | |
| getAssociatedStmt() const | clang::OMPExecutableDirective | [inline] |
| getBody() const | clang::OMPLoopDirective | [inline] |
| getCalcLastIteration() const | clang::OMPLoopDirective | [inline] |
| getClause(unsigned i) const | clang::OMPExecutableDirective | [inline] |
| getCollapsedNumber() const | clang::OMPLoopDirective | [inline] |
| getCond(bool SeparateIter) const | clang::OMPLoopDirective | [inline] |
| getDirectiveKind() const | clang::OMPExecutableDirective | [inline] |
| getInc() const | clang::OMPLoopDirective | [inline] |
| getInit() const | clang::OMPLoopDirective | [inline] |
| getIterationVariable() const | clang::OMPLoopDirective | [inline] |
| getLastIteration() const | clang::OMPLoopDirective | [inline] |
| getLocEnd() const | clang::OMPExecutableDirective | [inline] |
| getLocStart() const | clang::OMPExecutableDirective | [inline] |
| getNumClauses() const | clang::OMPExecutableDirective | [inline] |
| getPreCond() const | clang::OMPLoopDirective | [inline] |
| getSingleClause(OpenMPClauseKind K) const | clang::OMPExecutableDirective | |
| getSourceRange() const LLVM_READONLY | clang::Stmt | |
| getStmtClass() const | clang::Stmt | [inline] |
| getStmtClassName() const | clang::Stmt | |
| hasAssociatedStmt() const | clang::OMPExecutableDirective | [inline] |
| IEEEdouble enum value | clang::Stmt | [protected] |
| IEEEhalf enum value | clang::Stmt | [protected] |
| IEEEquad enum value | clang::Stmt | [protected] |
| IEEEsingle enum value | clang::Stmt | [protected] |
| IgnoreContainers(bool IgnoreCaptured=false) | clang::Stmt | |
| IgnoreImplicit() | clang::Stmt | |
| InitListExprBits | clang::Stmt | |
| NoStmtClass enum value | clang::Stmt | |
| NumExprBits enum value | clang::Stmt | [protected] |
| numLoopChildren(unsigned CollapsedNum) | clang::OMPLoopDirective | [inline, protected, static] |
| NumStmtBits enum value | clang::Stmt | [protected] |
| ObjCIndirectCopyRestoreExprBits | clang::Stmt | |
| OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses, unsigned NumChildren) | clang::OMPExecutableDirective | [inline, protected] |
| OMPLoopDirective(const T *That, StmtClass SC, OpenMPDirectiveKind Kind, SourceLocation StartLoc, SourceLocation EndLoc, unsigned CollapsedNum, unsigned NumClauses, unsigned NumSpecialChildren=0) | clang::OMPLoopDirective | [inline, protected] |
| operator delete(void *data) | clang::Stmt | [inline, protected] |
| operator delete(void *, const ASTContext &, unsigned) | clang::Stmt | [inline] |
| operator delete(void *, const ASTContext *, unsigned) | clang::Stmt | [inline] |
| operator delete(void *, size_t) | clang::Stmt | [inline] |
| operator delete(void *, void *) | clang::Stmt | [inline] |
| operator new(size_t bytes) | clang::Stmt | [inline, protected] |
| operator new(size_t bytes, const ASTContext &C, unsigned alignment=8) | clang::Stmt | |
| operator new(size_t bytes, const ASTContext *C, unsigned alignment=8) | clang::Stmt | [inline] |
| operator new(size_t bytes, void *mem) | clang::Stmt | [inline] |
| PPCDoubleDouble enum value | clang::Stmt | [protected] |
| printPretty(raw_ostream &OS, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation=0) const | clang::Stmt | |
| PrintStats() | clang::Stmt | [static] |
| Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool Canonical) const | clang::Stmt | |
| PseudoObjectExprBits | clang::Stmt | |
| setAssociatedStmt(Stmt *S) | clang::OMPExecutableDirective | [inline, protected] |
| setCalcLastIteration(Expr *CLI) | clang::OMPLoopDirective | [inline, protected] |
| setClauses(ArrayRef< OMPClause * > Clauses) | clang::OMPExecutableDirective | [protected] |
| setCond(Expr *Cond, Expr *SeparatedCond) | clang::OMPLoopDirective | [inline, protected] |
| setCounters(ArrayRef< Expr * > A) | clang::OMPLoopDirective | [protected] |
| setFinals(ArrayRef< Expr * > A) | clang::OMPLoopDirective | [protected] |
| setInc(Expr *Inc) | clang::OMPLoopDirective | [inline, protected] |
| setInit(Expr *Init) | clang::OMPLoopDirective | [inline, protected] |
| setIterationVariable(Expr *IV) | clang::OMPLoopDirective | [inline, protected] |
| setLastIteration(Expr *LI) | clang::OMPLoopDirective | [inline, protected] |
| setLocEnd(SourceLocation Loc) | clang::OMPExecutableDirective | [inline] |
| setLocStart(SourceLocation Loc) | clang::OMPExecutableDirective | [inline] |
| setPreCond(Expr *PC) | clang::OMPLoopDirective | [inline, protected] |
| setUpdates(ArrayRef< Expr * > A) | clang::OMPLoopDirective | [protected] |
| Stmt(StmtClass SC, EmptyShell) | clang::Stmt | [inline, explicit, protected] |
| Stmt(StmtClass SC) | clang::Stmt | [inline] |
| StmtBits | clang::Stmt | |
| StmtClass enum name | clang::Stmt | |
| stripLabelLikeStatements() const | clang::Stmt | |
| stripLabelLikeStatements() | clang::Stmt | [inline] |
| TypeTraitExprBits | clang::Stmt | |
| UnaryExprOrTypeTraitExprBits | clang::Stmt | |
| updates() | clang::OMPLoopDirective | [inline] |
| updates() const | clang::OMPLoopDirective | [inline] |
| viewAST() const | clang::Stmt | |
| x87DoubleExtended enum value | clang::Stmt | [protected] |