clang API Documentation
#include <Dominators.h>


Static Public Member Functions | |
| static NodeType * | getEntryNode (::clang::DominatorTree *DT) |
| static nodes_iterator | nodes_begin (::clang::DominatorTree *N) |
| static nodes_iterator | nodes_end (::clang::DominatorTree *N) |
Definition at line 196 of file Dominators.h.
| static NodeType* llvm::GraphTraits< ::clang::DominatorTree * >::getEntryNode | ( | ::clang::DominatorTree * | DT | ) | [inline, static] |
Definition at line 198 of file Dominators.h.
References clang::DominatorTree::getRootNode().
| static nodes_iterator llvm::GraphTraits< ::clang::DominatorTree * >::nodes_begin | ( | ::clang::DominatorTree * | N | ) | [inline, static] |
Definition at line 202 of file Dominators.h.
| static nodes_iterator llvm::GraphTraits< ::clang::DominatorTree * >::nodes_end | ( | ::clang::DominatorTree * | N | ) | [inline, static] |
Definition at line 206 of file Dominators.h.