clang 20.0.0git
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
using | NodeType = clang::CallGraphNode |
using | NodeRef = clang::CallGraphNode * |
using | ChildIteratorType = NodeType::iterator |
Static Public Member Functions | |
static NodeType * | getEntryNode (clang::CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 243 of file CallGraph.h.
using llvm::GraphTraits< clang::CallGraphNode * >::ChildIteratorType = NodeType::iterator |
Definition at line 246 of file CallGraph.h.
using llvm::GraphTraits< clang::CallGraphNode * >::NodeRef = clang::CallGraphNode * |
Definition at line 245 of file CallGraph.h.
using llvm::GraphTraits< clang::CallGraphNode * >::NodeType = clang::CallGraphNode |
Definition at line 244 of file CallGraph.h.
|
inlinestatic |
Definition at line 249 of file CallGraph.h.
References clang::CallGraphNode::begin().
|
inlinestatic |
Definition at line 250 of file CallGraph.h.
References clang::CallGraphNode::end().
|
inlinestatic |
Definition at line 248 of file CallGraph.h.