clang
3.7.0
|
#include <CallGraph.h>
Public Types | |
typedef clang::CallGraphNode | NodeType |
typedef clang::CallGraphNode::CallRecord | CallRecordTy |
typedef std::pointer_to_unary_function < CallRecordTy, clang::CallGraphNode * > | CGNDerefFun |
typedef mapped_iterator < NodeType::iterator, CGNDerefFun > | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (clang::CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
static clang::CallGraphNode * | CGNDeref (CallRecordTy P) |
Definition at line 173 of file CallGraph.h.
typedef clang::CallGraphNode::CallRecord llvm::GraphTraits< clang::CallGraphNode * >::CallRecordTy |
Definition at line 175 of file CallGraph.h.
typedef std::pointer_to_unary_function<CallRecordTy, clang::CallGraphNode*> llvm::GraphTraits< clang::CallGraphNode * >::CGNDerefFun |
Definition at line 177 of file CallGraph.h.
typedef mapped_iterator<NodeType::iterator, CGNDerefFun> llvm::GraphTraits< clang::CallGraphNode * >::ChildIteratorType |
Definition at line 179 of file CallGraph.h.
typedef clang::CallGraphNode llvm::GraphTraits< clang::CallGraphNode * >::NodeType |
Definition at line 174 of file CallGraph.h.
|
inlinestatic |
Definition at line 186 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 180 of file CallGraph.h.
References clang::CallGraphNode::begin().
|
inlinestatic |
Definition at line 183 of file CallGraph.h.
References clang::CallGraphNode::end().
|
inlinestatic |
Definition at line 178 of file CallGraph.h.