clang
10.0.0git
|
#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 231 of file CallGraph.h.
using llvm::GraphTraits< const clang::CallGraph * >::nodes_iterator = mapped_iterator<clang::CallGraph::const_iterator, decltype(&CGGetValue)> |
Definition at line 244 of file CallGraph.h.
|
inlinestatic |
Definition at line 238 of file CallGraph.h.
|
inlinestatic |
Definition at line 233 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 246 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 250 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 254 of file CallGraph.h.
References clang::CallGraph::size().