clang
7.0.0
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
using | nodes_iterator = mapped_iterator< clang::CallGraph::const_iterator, decltype(&CGGetValue)> |
Static Public Member Functions | |
static NodeType * | getEntryNode (const clang::CallGraph *CGN) |
static clang::CallGraphNode * | CGGetValue (clang::CallGraph::const_iterator::value_type &P) |
static nodes_iterator | nodes_begin (const clang::CallGraph *CG) |
static nodes_iterator | nodes_end (const clang::CallGraph *CG) |
static unsigned | size (const clang::CallGraph *CG) |
Definition at line 230 of file CallGraph.h.
using llvm::GraphTraits< const clang::CallGraph * >::nodes_iterator = mapped_iterator<clang::CallGraph::const_iterator, decltype(&CGGetValue)> |
Definition at line 243 of file CallGraph.h.
|
inlinestatic |
Definition at line 237 of file CallGraph.h.
|
inlinestatic |
Definition at line 232 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 245 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 249 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 253 of file CallGraph.h.
References clang::CallGraph::size().