clang API Documentation
#include <CFG.h>


Public Types | |
| typedef ::clang::CFG::const_graph_iterator | nodes_iterator |
Static Public Member Functions | |
| static NodeType * | getEntryNode (const ::clang::CFG *F) |
| static nodes_iterator | nodes_begin (const ::clang::CFG *F) |
| static nodes_iterator | nodes_end (const ::clang::CFG *F) |
| static unsigned | size (const ::clang::CFG *F) |
| typedef ::clang::CFG::const_graph_iterator llvm::GraphTraits< const ::clang::CFG * >::nodes_iterator |
| static NodeType* llvm::GraphTraits< const ::clang::CFG * >::getEntryNode | ( | const ::clang::CFG * | F | ) | [inline, static] |
| static nodes_iterator llvm::GraphTraits< const ::clang::CFG * >::nodes_begin | ( | const ::clang::CFG * | F | ) | [inline, static] |
| static nodes_iterator llvm::GraphTraits< const ::clang::CFG * >::nodes_end | ( | const ::clang::CFG * | F | ) | [inline, static] |
| static unsigned llvm::GraphTraits< const ::clang::CFG * >::size | ( | const ::clang::CFG * | F | ) | [inline, static] |