clang
3.9.0
|
#include <CFG.h>
Public Types | |
typedef ::clang::CFGBlock | NodeType |
typedef ::clang::CFGBlock::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (::clang::CFGBlock *BB) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
typedef ::clang::CFGBlock::succ_iterator llvm::GraphTraits< ::clang::CFGBlock * >::ChildIteratorType |
typedef ::clang::CFGBlock llvm::GraphTraits< ::clang::CFGBlock * >::NodeType |
|
inlinestatic |
Definition at line 1007 of file CFG.h.
References clang::CFGBlock::succ_begin().
|
inlinestatic |
Definition at line 1010 of file CFG.h.
References clang::CFGBlock::succ_end().
|
inlinestatic |