clang 20.0.0git
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
using | nodes_iterator = mapped_iterator< clang::CallGraph::iterator, decltype(&CGGetValue)> |
Public Types inherited from llvm::GraphTraits< clang::CallGraphNode * > | |
using | NodeType = clang::CallGraphNode |
using | NodeRef = clang::CallGraphNode * |
using | ChildIteratorType = NodeType::iterator |
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) |
Static Public Member Functions inherited from llvm::GraphTraits< clang::CallGraphNode * > | |
static NodeType * | getEntryNode (clang::CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 263 of file CallGraph.h.
using llvm::GraphTraits< clang::CallGraph * >::nodes_iterator = mapped_iterator<clang::CallGraph::iterator, decltype(&CGGetValue)> |
Definition at line 275 of file CallGraph.h.
|
inlinestatic |
Definition at line 270 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 265 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 278 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 282 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 286 of file CallGraph.h.
References clang::CallGraph::size().