clang 22.0.0git
llvm::GraphTraits< const clang::CallGraphNode * > Struct Reference

#include "clang/Analysis/CallGraph.h"

Inheritance diagram for llvm::GraphTraits< const clang::CallGraphNode * >:
[legend]

Public Types

using NodeType = const clang::CallGraphNode
using NodeRef = const clang::CallGraphNode *
using ChildIteratorType = NodeType::const_iterator

Static Public Member Functions

static NodeTypegetEntryNode (const clang::CallGraphNode *CGN)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

Definition at line 250 of file CallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< const clang::CallGraphNode * >::ChildIteratorType = NodeType::const_iterator

Definition at line 253 of file CallGraph.h.

◆ NodeRef

using llvm::GraphTraits< const clang::CallGraphNode * >::NodeRef = const clang::CallGraphNode *

Definition at line 252 of file CallGraph.h.

◆ NodeType

using llvm::GraphTraits< const clang::CallGraphNode * >::NodeType = const clang::CallGraphNode

Definition at line 251 of file CallGraph.h.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::GraphTraits< const clang::CallGraphNode * >::child_begin ( NodeType * N)
inlinestatic

Definition at line 256 of file CallGraph.h.

References clang::CallGraphNode::begin().

◆ child_end()

ChildIteratorType llvm::GraphTraits< const clang::CallGraphNode * >::child_end ( NodeType * N)
inlinestatic

Definition at line 257 of file CallGraph.h.

References clang::CallGraphNode::end().

◆ getEntryNode()

NodeType * llvm::GraphTraits< const clang::CallGraphNode * >::getEntryNode ( const clang::CallGraphNode * CGN)
inlinestatic

Definition at line 255 of file CallGraph.h.


The documentation for this struct was generated from the following file: