clang
3.7.0
|
#include <CallGraph.h>
Public Types | |
typedef std::pair< const clang::Decl *, clang::CallGraphNode * > | PairTy |
typedef std::pointer_to_unary_function < PairTy, clang::CallGraphNode & > | DerefFun |
typedef mapped_iterator < clang::CallGraph::const_iterator, DerefFun > | nodes_iterator |
![]() | |
typedef const clang::CallGraphNode | NodeType |
typedef NodeType::const_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const clang::CallGraph *CGN) |
static nodes_iterator | nodes_begin (const clang::CallGraph *CG) |
static nodes_iterator | nodes_end (const clang::CallGraph *CG) |
static clang::CallGraphNode & | CGdereference (PairTy P) |
static unsigned | size (const clang::CallGraph *CG) |
![]() | |
static NodeType * | getEntryNode (const clang::CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 225 of file CallGraph.h.
typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> llvm::GraphTraits< const clang::CallGraph * >::DerefFun |
Definition at line 231 of file CallGraph.h.
typedef mapped_iterator<clang::CallGraph::const_iterator, DerefFun> llvm::GraphTraits< const clang::CallGraph * >::nodes_iterator |
Definition at line 234 of file CallGraph.h.
typedef std::pair<const clang::Decl*, clang::CallGraphNode*> llvm::GraphTraits< const clang::CallGraph * >::PairTy |
Definition at line 230 of file CallGraph.h.
|
inlinestatic |
Definition at line 242 of file CallGraph.h.
|
inlinestatic |
Definition at line 227 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 236 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 239 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 246 of file CallGraph.h.
References clang::CallGraph::size().