clang 20.0.0git
|
#include "clang/Analysis/CallGraph.h"
Public Types | |
using | NodeType = const clang::CallGraphNode |
using | NodeRef = const clang::CallGraphNode * |
using | ChildIteratorType = NodeType::const_iterator |
Static Public Member Functions | |
static NodeType * | getEntryNode (const clang::CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 253 of file CallGraph.h.
using llvm::GraphTraits< const clang::CallGraphNode * >::ChildIteratorType = NodeType::const_iterator |
Definition at line 256 of file CallGraph.h.
using llvm::GraphTraits< const clang::CallGraphNode * >::NodeRef = const clang::CallGraphNode * |
Definition at line 255 of file CallGraph.h.
using llvm::GraphTraits< const clang::CallGraphNode * >::NodeType = const clang::CallGraphNode |
Definition at line 254 of file CallGraph.h.
|
inlinestatic |
Definition at line 259 of file CallGraph.h.
References clang::CallGraphNode::begin().
|
inlinestatic |
Definition at line 260 of file CallGraph.h.
References clang::CallGraphNode::end().
|
inlinestatic |
Definition at line 258 of file CallGraph.h.