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

#include "clang/Analysis/CallGraph.h"

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

Public Types

using NodeType = clang::CallGraphNode
 
using NodeRef = clang::CallGraphNode *
 
using ChildIteratorType = NodeType::iterator
 

Static Public Member Functions

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

Detailed Description

Definition at line 243 of file CallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 246 of file CallGraph.h.

◆ NodeRef

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

Definition at line 245 of file CallGraph.h.

◆ NodeType

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

Definition at line 244 of file CallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 249 of file CallGraph.h.

References clang::CallGraphNode::begin().

◆ child_end()

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

Definition at line 250 of file CallGraph.h.

References clang::CallGraphNode::end().

◆ getEntryNode()

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

Definition at line 248 of file CallGraph.h.


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