|
clang
5.0.0
|
#include "clang/Analysis/CFG.h"
Public Types | |
| typedef ::clang::CFGBlock * | NodeRef |
| typedef ::clang::CFGBlock::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (::clang::CFGBlock *BB) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| typedef ::clang::CFGBlock::succ_iterator llvm::GraphTraits< ::clang::CFGBlock * >::ChildIteratorType |
| typedef ::clang::CFGBlock* llvm::GraphTraits< ::clang::CFGBlock * >::NodeRef |
|
inlinestatic |
Definition at line 1021 of file CFG.h.
References clang::CFGBlock::succ_begin().
|
inlinestatic |
Definition at line 1023 of file CFG.h.
References clang::CFGBlock::succ_end().
|
inlinestatic |
1.8.6