clang API Documentation
#include <CallGraph.h>

Public Types | |
| typedef const clang::CallGraphNode | NodeType |
| typedef NodeType::const_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (const clang::CallGraphNode *CGN) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 191 of file CallGraph.h.
| typedef NodeType::const_iterator llvm::GraphTraits< const clang::CallGraphNode * >::ChildIteratorType |
Definition at line 193 of file CallGraph.h.
| typedef const clang::CallGraphNode llvm::GraphTraits< const clang::CallGraphNode * >::NodeType |
Definition at line 192 of file CallGraph.h.
| static ChildIteratorType llvm::GraphTraits< const clang::CallGraphNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 195 of file CallGraph.h.
References clang::CallGraphNode::begin().
| static ChildIteratorType llvm::GraphTraits< const clang::CallGraphNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 196 of file CallGraph.h.
References clang::CallGraphNode::end().
| static NodeType* llvm::GraphTraits< const clang::CallGraphNode * >::getEntryNode | ( | const clang::CallGraphNode * | CGN | ) | [inline, static] |
Definition at line 194 of file CallGraph.h.