clang
6.0.0
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
using | CallRecord = CallGraphNode * |
using | iterator = SmallVectorImpl< CallRecord >::iterator |
using | const_iterator = SmallVectorImpl< CallRecord >::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 143 of file CallGraph.h.
Definition at line 145 of file CallGraph.h.
Definition at line 158 of file CallGraph.h.
Definition at line 157 of file CallGraph.h.
|
inline |
Definition at line 155 of file CallGraph.h.
|
inline |
Definition at line 169 of file CallGraph.h.
|
inline |
Iterators through all the callees/children of the node.
Definition at line 161 of file CallGraph.h.
Referenced by llvm::GraphTraits< clang::CallGraphNode * >::child_begin(), and llvm::GraphTraits< const clang::CallGraphNode * >::child_begin().
|
inline |
Definition at line 163 of file CallGraph.h.
LLVM_DUMP_METHOD void CallGraphNode::dump | ( | ) | const |
Definition at line 219 of file CallGraph.cpp.
|
inline |
Definition at line 166 of file CallGraph.h.
|
inline |
Definition at line 162 of file CallGraph.h.
Referenced by llvm::GraphTraits< clang::CallGraphNode * >::child_end(), and llvm::GraphTraits< const clang::CallGraphNode * >::child_end().
|
inline |
Definition at line 164 of file CallGraph.h.
|
inline |
Definition at line 173 of file CallGraph.h.
References clang::CallGraph::dump(), and clang::CallGraph::print().
Referenced by llvm::DOTGraphTraits< const CallGraph * >::getNodeLabel().
void CallGraphNode::print | ( | raw_ostream & | os | ) | const |
Definition at line 213 of file CallGraph.cpp.
|
inline |
Definition at line 167 of file CallGraph.h.