|
clang
5.0.0
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
| typedef const clang::CallGraphNode | NodeType |
| typedef const clang::CallGraphNode * | NodeRef |
| typedef NodeType::const_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (const clang::CallGraphNode *CGN) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 186 of file CallGraph.h.
| typedef NodeType::const_iterator llvm::GraphTraits< const clang::CallGraphNode * >::ChildIteratorType |
Definition at line 189 of file CallGraph.h.
| typedef const clang::CallGraphNode* llvm::GraphTraits< const clang::CallGraphNode * >::NodeRef |
Definition at line 188 of file CallGraph.h.
| typedef const clang::CallGraphNode llvm::GraphTraits< const clang::CallGraphNode * >::NodeType |
Definition at line 187 of file CallGraph.h.
|
inlinestatic |
Definition at line 192 of file CallGraph.h.
References clang::CallGraphNode::begin().
|
inlinestatic |
Definition at line 193 of file CallGraph.h.
References clang::CallGraphNode::end().
|
inlinestatic |
Definition at line 191 of file CallGraph.h.
1.8.6