|
clang
3.8.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::iterator, DerefFun > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< clang::CallGraphNode * > | |
| 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::CallGraph *CGN) |
| static nodes_iterator | nodes_begin (clang::CallGraph *CG) |
| static nodes_iterator | nodes_end (clang::CallGraph *CG) |
| static clang::CallGraphNode & | CGdereference (PairTy P) |
| static unsigned | size (clang::CallGraph *CG) |
Static Public Member Functions inherited from llvm::GraphTraits< clang::CallGraphNode * > | |
| 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 199 of file CallGraph.h.
| typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> llvm::GraphTraits< clang::CallGraph * >::DerefFun |
Definition at line 206 of file CallGraph.h.
| typedef mapped_iterator<clang::CallGraph::iterator, DerefFun> llvm::GraphTraits< clang::CallGraph * >::nodes_iterator |
Definition at line 208 of file CallGraph.h.
| typedef std::pair<const clang::Decl*, clang::CallGraphNode*> llvm::GraphTraits< clang::CallGraph * >::PairTy |
Definition at line 205 of file CallGraph.h.
|
inlinestatic |
Definition at line 216 of file CallGraph.h.
|
inlinestatic |
Definition at line 202 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 210 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 213 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 220 of file CallGraph.h.
References clang::CallGraph::size().
1.8.6