clang API Documentation
#include <CallGraph.h>
Public Types | |
typedef clang::CallGraphNode | NodeType |
typedef clang::CallGraphNode::CallRecord | CallRecordTy |
typedef std::pointer_to_unary_function < CallRecordTy, clang::CallGraphNode * > | CGNDerefFun |
typedef mapped_iterator < NodeType::iterator, CGNDerefFun > | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (clang::CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
static clang::CallGraphNode * | CGNDeref (CallRecordTy P) |
Definition at line 173 of file CallGraph.h.
typedef clang::CallGraphNode::CallRecord llvm::GraphTraits< clang::CallGraphNode * >::CallRecordTy |
Definition at line 175 of file CallGraph.h.
typedef std::pointer_to_unary_function<CallRecordTy, clang::CallGraphNode*> llvm::GraphTraits< clang::CallGraphNode * >::CGNDerefFun |
Definition at line 177 of file CallGraph.h.
typedef mapped_iterator<NodeType::iterator, CGNDerefFun> llvm::GraphTraits< clang::CallGraphNode * >::ChildIteratorType |
Definition at line 179 of file CallGraph.h.
typedef clang::CallGraphNode llvm::GraphTraits< clang::CallGraphNode * >::NodeType |
Definition at line 174 of file CallGraph.h.
static clang::CallGraphNode* llvm::GraphTraits< clang::CallGraphNode * >::CGNDeref | ( | CallRecordTy | P | ) | [inline, static] |
Definition at line 186 of file CallGraph.h.
References P.
static ChildIteratorType llvm::GraphTraits< clang::CallGraphNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 180 of file CallGraph.h.
References clang::CallGraphNode::begin().
static ChildIteratorType llvm::GraphTraits< clang::CallGraphNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 183 of file CallGraph.h.
References clang::CallGraphNode::end().
static NodeType* llvm::GraphTraits< clang::CallGraphNode * >::getEntryNode | ( | clang::CallGraphNode * | CGN | ) | [inline, static] |
Definition at line 178 of file CallGraph.h.