clang 23.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 241 of file CallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 244 of file CallGraph.h.

◆ NodeRef

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

Definition at line 243 of file CallGraph.h.

◆ NodeType

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

Definition at line 242 of file CallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 247 of file CallGraph.h.

References clang::CallGraphNode::begin().

◆ child_end()

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

Definition at line 248 of file CallGraph.h.

References clang::CallGraphNode::end().

◆ getEntryNode()

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

Definition at line 246 of file CallGraph.h.


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