clang
3.9.0
|
#include <StmtGraphTraits.h>
Public Types | |
typedef const clang::Stmt | NodeType |
typedef const clang::Stmt * | NodeRef |
typedef clang::Stmt::const_child_iterator | ChildIteratorType |
typedef llvm::df_iterator < const clang::Stmt * > | nodes_iterator |
Static Public Member Functions | |
static NodeType * | getEntryNode (const clang::Stmt *S) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
static nodes_iterator | nodes_begin (const clang::Stmt *S) |
static nodes_iterator | nodes_end (const clang::Stmt *S) |
Definition at line 55 of file StmtGraphTraits.h.
typedef clang::Stmt::const_child_iterator llvm::GraphTraits< const clang::Stmt * >::ChildIteratorType |
Definition at line 58 of file StmtGraphTraits.h.
typedef const clang::Stmt* llvm::GraphTraits< const clang::Stmt * >::NodeRef |
Definition at line 57 of file StmtGraphTraits.h.
typedef llvm::df_iterator<const clang::Stmt*> llvm::GraphTraits< const clang::Stmt * >::nodes_iterator |
Definition at line 59 of file StmtGraphTraits.h.
typedef const clang::Stmt llvm::GraphTraits< const clang::Stmt * >::NodeType |
Definition at line 56 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 63 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 68 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 61 of file StmtGraphTraits.h.
References S.
|
inlinestatic |
Definition at line 73 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 77 of file StmtGraphTraits.h.