clang API Documentation
#include <CFG.h>


Public Types | |
| typedef ::clang::CFGBlock::const_pred_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (Inverse< const ::clang::CFGBlock * > G) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Public Attributes | |
| typedefconst::clang::CFGBlock | NodeType |
| typedef ::clang::CFGBlock::const_pred_iterator llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::ChildIteratorType |
| static ChildIteratorType llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
| static ChildIteratorType llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::child_end | ( | NodeType * | N | ) | [inline, static] |
| static NodeType* llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::getEntryNode | ( | Inverse< const ::clang::CFGBlock * > | G | ) | [inline, static] |
| typedefconst ::clang::CFGBlock llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::NodeType |