clang API Documentation
#include <CFG.h>

Public Types | |
| typedef ::clang::CFGBlock | NodeType |
| typedef ::clang::CFGBlock::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (::clang::CFGBlock *BB) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
| typedef ::clang::CFGBlock::succ_iterator llvm::GraphTraits< ::clang::CFGBlock * >::ChildIteratorType |
| typedef ::clang::CFGBlock llvm::GraphTraits< ::clang::CFGBlock * >::NodeType |
| static ChildIteratorType llvm::GraphTraits< ::clang::CFGBlock * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 1008 of file CFG.h.
References clang::CFGBlock::succ_begin().
| static ChildIteratorType llvm::GraphTraits< ::clang::CFGBlock * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 1011 of file CFG.h.
References clang::CFGBlock::succ_end().
| static NodeType* llvm::GraphTraits< ::clang::CFGBlock * >::getEntryNode | ( | ::clang::CFGBlock * | BB | ) | [inline, static] |