|
clang
5.0.0
|
#include "clang/AST/StmtGraphTraits.h"
Public Types | |
| typedef clang::Stmt * | NodeRef |
| typedef clang::Stmt::child_iterator | ChildIteratorType |
| typedef llvm::df_iterator < clang::Stmt * > | nodes_iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (clang::Stmt *S) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| static nodes_iterator | nodes_begin (clang::Stmt *S) |
| static nodes_iterator | nodes_end (clang::Stmt *S) |
Definition at line 27 of file StmtGraphTraits.h.
| typedef clang::Stmt::child_iterator llvm::GraphTraits< clang::Stmt * >::ChildIteratorType |
Definition at line 29 of file StmtGraphTraits.h.
| typedef clang::Stmt* llvm::GraphTraits< clang::Stmt * >::NodeRef |
Definition at line 28 of file StmtGraphTraits.h.
| typedef llvm::df_iterator<clang::Stmt*> llvm::GraphTraits< clang::Stmt * >::nodes_iterator |
Definition at line 30 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 34 of file StmtGraphTraits.h.
References clang::Stmt::child_begin().
|
inlinestatic |
Definition at line 39 of file StmtGraphTraits.h.
References clang::Stmt::child_end().
|
inlinestatic |
Definition at line 32 of file StmtGraphTraits.h.
References S.
|
inlinestatic |
Definition at line 44 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 48 of file StmtGraphTraits.h.
1.8.6