|
clang
5.0.0
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
| typedef clang::CallGraphNode | NodeType |
| typedef clang::CallGraphNode * | NodeRef |
| typedef NodeType::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (clang::CallGraphNode *CGN) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 174 of file CallGraph.h.
| typedef NodeType::iterator llvm::GraphTraits< clang::CallGraphNode * >::ChildIteratorType |
Definition at line 177 of file CallGraph.h.
| typedef clang::CallGraphNode* llvm::GraphTraits< clang::CallGraphNode * >::NodeRef |
Definition at line 176 of file CallGraph.h.
| typedef clang::CallGraphNode llvm::GraphTraits< clang::CallGraphNode * >::NodeType |
Definition at line 175 of file CallGraph.h.
|
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 179 of file CallGraph.h.
1.8.6