|
clang
5.0.0
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
| typedef mapped_iterator < clang::CallGraph::iterator, decltype(&CGGetValue)> | nodes_iterator |
Public Types inherited from llvm::GraphTraits< clang::CallGraphNode * > | |
| typedef clang::CallGraphNode | NodeType |
| typedef clang::CallGraphNode * | NodeRef |
| typedef NodeType::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (clang::CallGraph *CGN) |
| static clang::CallGraphNode * | CGGetValue (clang::CallGraph::const_iterator::value_type &P) |
| static nodes_iterator | nodes_begin (clang::CallGraph *CG) |
| static nodes_iterator | nodes_end (clang::CallGraph *CG) |
| 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) |
Definition at line 196 of file CallGraph.h.
| typedef mapped_iterator<clang::CallGraph::iterator, decltype(&CGGetValue)> llvm::GraphTraits< clang::CallGraph * >::nodes_iterator |
Definition at line 210 of file CallGraph.h.
|
inlinestatic |
Definition at line 204 of file CallGraph.h.
|
inlinestatic |
Definition at line 199 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 212 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 215 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 219 of file CallGraph.h.
References clang::CallGraph::size().
1.8.6