clang 20.0.0git
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
using | nodes_iterator = mapped_iterator< clang::CallGraph::const_iterator, decltype(&CGGetValue)> |
Public Types inherited from llvm::GraphTraits< const clang::CallGraphNode * > | |
using | NodeType = const clang::CallGraphNode |
using | NodeRef = const clang::CallGraphNode * |
using | ChildIteratorType = NodeType::const_iterator |
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) |
Static Public Member Functions inherited from llvm::GraphTraits< const clang::CallGraphNode * > | |
static NodeType * | getEntryNode (const clang::CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 289 of file CallGraph.h.
using llvm::GraphTraits< const clang::CallGraph * >::nodes_iterator = mapped_iterator<clang::CallGraph::const_iterator, decltype(&CGGetValue)> |
Definition at line 301 of file CallGraph.h.
|
inlinestatic |
Definition at line 296 of file CallGraph.h.
References P.
|
inlinestatic |
Definition at line 291 of file CallGraph.h.
References clang::CallGraph::getRoot().
|
inlinestatic |
Definition at line 304 of file CallGraph.h.
References clang::CallGraph::begin().
|
inlinestatic |
Definition at line 308 of file CallGraph.h.
References clang::CallGraph::end().
|
inlinestatic |
Definition at line 312 of file CallGraph.h.
References clang::CallGraph::size().