clang
3.9.0
|
#include <CFG.h>
Public Types | |
typedef ::clang::CFG::const_graph_iterator | nodes_iterator |
![]() | |
typedef ::clang::CFGBlock::const_succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const ::clang::CFG *F) |
static nodes_iterator | nodes_begin (const ::clang::CFG *F) |
static nodes_iterator | nodes_end (const ::clang::CFG *F) |
static unsigned | size (const ::clang::CFG *F) |
![]() | |
static NodeType * | getEntryNode (const clang::CFGBlock *BB) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Additional Inherited Members | |
![]() | |
typedefconst::clang::CFGBlock | NodeType |
typedef ::clang::CFG::const_graph_iterator llvm::GraphTraits< const ::clang::CFG * >::nodes_iterator |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |