clang
7.0.0
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
using | nodes_iterator = mapped_iterator< clang::CallGraph::iterator, decltype(&CGGetValue)> |
Static Public Member Functions | |
static NodeType * | getEntryNode (clang::CallGraph *CGN) |
static clang::CallGraphNode * | CGGetValue (clang::CallGraph::const_iterator::value_type &P) |
static nodes_iterator | nodes_begin (clang::CallGraph *CG) |
static nodes_iterator | nodes_end (clang::CallGraph *CG) |
static unsigned | size (clang::CallGraph *CG) |
Definition at line 204 of file CallGraph.h.
using llvm::GraphTraits< clang::CallGraph * >::nodes_iterator = mapped_iterator<clang::CallGraph::iterator, decltype(&CGGetValue)> |
Definition at line 217 of file CallGraph.h.
|
inlinestatic |
Definition at line 211 of file CallGraph.h.
|
inlinestatic |
Definition at line 206 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 219 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 223 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 227 of file CallGraph.h.
References clang::CallGraph::size().