|
clang
5.0.0
|
#include "clang/Analysis/CFG.h"
Public Types | |
| typedef ::clang::CFG::iterator | nodes_iterator |
Public Types inherited from llvm::GraphTraits< ::clang::CFGBlock * > | |
| typedef ::clang::CFGBlock * | NodeRef |
| typedef ::clang::CFGBlock::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (::clang::CFG *F) |
| static nodes_iterator | nodes_begin (::clang::CFG *F) |
| static nodes_iterator | nodes_end (::clang::CFG *F) |
| static unsigned | size (::clang::CFG *F) |
Static Public Member Functions inherited from llvm::GraphTraits< ::clang::CFGBlock * > | |
| static NodeRef | getEntryNode (::clang::CFGBlock *BB) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| typedef ::clang::CFG::iterator llvm::GraphTraits< ::clang::CFG * >::nodes_iterator |
|
inlinestatic |
Definition at line 1070 of file CFG.h.
References clang::CFG::getEntry().
|
inlinestatic |
Definition at line 1071 of file CFG.h.
References clang::CFG::nodes_begin().
|
inlinestatic |
Definition at line 1072 of file CFG.h.
References clang::CFG::nodes_end().
|
inlinestatic |
Definition at line 1073 of file CFG.h.
References clang::CFG::size().
1.8.6