clang API Documentation
#include <CFG.h>


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