|
clang
5.0.0
|
#include "clang/Analysis/CFG.h"
Public Types | |
| typedef ::clang::CFGBlock * | NodeRef |
| typedef ::clang::CFGBlock::const_pred_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Inverse<::clang::CFGBlock * > G) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| typedef ::clang::CFGBlock::const_pred_iterator llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::ChildIteratorType |
| typedef ::clang::CFGBlock* llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::NodeRef |
|
inlinestatic |
Definition at line 1045 of file CFG.h.
References clang::CFGBlock::pred_begin().
|
inlinestatic |
Definition at line 1047 of file CFG.h.
References clang::CFGBlock::pred_end().
|
inlinestatic |
1.8.6