|
clang
5.0.0
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
| typedef CallGraphNode * | CallRecord |
| typedef SmallVectorImpl < CallRecord >::iterator | iterator |
| typedef SmallVectorImpl < CallRecord >::const_iterator | const_iterator |
Public Member Functions | |
| CallGraphNode (Decl *D) | |
| iterator | begin () |
| Iterators through all the callees/children of the node. More... | |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| bool | empty () const |
| unsigned | size () const |
| void | addCallee (CallGraphNode *N) |
| Decl * | getDecl () const |
| void | print (raw_ostream &os) const |
| void | dump () const |
Definition at line 134 of file CallGraph.h.
Definition at line 136 of file CallGraph.h.
Definition at line 149 of file CallGraph.h.
Definition at line 148 of file CallGraph.h.
|
inline |
Definition at line 146 of file CallGraph.h.
|
inline |
Definition at line 160 of file CallGraph.h.
Referenced by clang::CallGraph::getOrInsertNode().
|
inline |
Iterators through all the callees/children of the node.
Definition at line 152 of file CallGraph.h.
Referenced by llvm::GraphTraits< clang::CallGraphNode * >::child_begin(), llvm::GraphTraits< const clang::CallGraphNode * >::child_begin(), and clang::CallGraph::print().
|
inline |
Definition at line 154 of file CallGraph.h.
| LLVM_DUMP_METHOD void CallGraphNode::dump | ( | ) | const |
Definition at line 204 of file CallGraph.cpp.
References print().
|
inline |
Definition at line 157 of file CallGraph.h.
|
inline |
Definition at line 153 of file CallGraph.h.
Referenced by llvm::GraphTraits< clang::CallGraphNode * >::child_end(), llvm::GraphTraits< const clang::CallGraphNode * >::child_end(), and clang::CallGraph::print().
|
inline |
Definition at line 155 of file CallGraph.h.
|
inline |
Definition at line 164 of file CallGraph.h.
Referenced by llvm::DOTGraphTraits< const CallGraph * >::getNodeLabel().
| void CallGraphNode::print | ( | raw_ostream & | os | ) | const |
Definition at line 198 of file CallGraph.cpp.
Referenced by dump(), and clang::CallGraph::print().
|
inline |
Definition at line 158 of file CallGraph.h.
1.8.6