clang
3.7.0
|
#include <CFG.h>
Public Types | |
typedef ::clang::CFGBlock | NodeType |
typedef ::clang::CFGBlock::const_pred_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (Inverse< ::clang::CFGBlock * > G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
typedef ::clang::CFGBlock::const_pred_iterator llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::ChildIteratorType |
typedef ::clang::CFGBlock llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::NodeType |
|
inlinestatic |
Definition at line 1036 of file CFG.h.
References clang::CFGBlock::pred_begin().
|
inlinestatic |
Definition at line 1039 of file CFG.h.
References clang::CFGBlock::pred_end().
|
inlinestatic |