clang
3.7.0
|
#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.
|
inlinestatic |
Definition at line 195 of file CallGraph.h.
References clang::CallGraphNode::begin().
|
inlinestatic |
Definition at line 196 of file CallGraph.h.
References clang::CallGraphNode::end().
|
inlinestatic |
Definition at line 194 of file CallGraph.h.