clang 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const clang::CallGraphNode * > Struct Reference

#include "clang/Analysis/CallGraph.h"

Inheritance diagram for llvm::GraphTraits< const clang::CallGraphNode * >:
Inheritance graph
[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 253 of file CallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 256 of file CallGraph.h.

◆ NodeRef

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

Definition at line 255 of file CallGraph.h.

◆ NodeType

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

Definition at line 254 of file CallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 259 of file CallGraph.h.

References clang::CallGraphNode::begin().

◆ child_end()

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

Definition at line 260 of file CallGraph.h.

References clang::CallGraphNode::end().

◆ getEntryNode()

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

Definition at line 258 of file CallGraph.h.


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