clang 23.0.0git
llvm::GraphTraits< const clang::CFGBlock * > Struct Reference

#include "clang/Analysis/CFG.h"

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

Public Types

using NodeRef = const clang::CFGBlock *
using ChildIteratorType

Static Public Member Functions

static NodeRef getEntryNode (const clang::CFGBlock *BB)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static unsigned getNumber (const clang::CFGBlock *BB)

Detailed Description

Definition at line 1600 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< const clang::CFGBlock * >::ChildIteratorType
Initial value:
Represents a single basic block in a source-level CFG.
Definition CFG.h:652
AdjacentBlocks::const_iterator const_succ_iterator
Definition CFG.h:1013
llvm::mapped_iterator< llvm::filter_iterator< IterT, CFGBlockReachableEdge >, CFGBlockEdgeTarget< BlockT > > CFGReachableChildIterator
Definition CFG.h:1547

Definition at line 1602 of file CFG.h.

◆ NodeRef

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

Definition at line 1601 of file CFG.h.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::GraphTraits< const clang::CFGBlock * >::child_begin ( NodeRef N)
inlinestatic

Definition at line 1606 of file CFG.h.

References clang::detail::cfgReachableChildren(), and clang::CFGBlock::succs().

◆ child_end()

ChildIteratorType llvm::GraphTraits< const clang::CFGBlock * >::child_end ( NodeRef N)
inlinestatic

Definition at line 1611 of file CFG.h.

References clang::detail::cfgReachableChildren(), and clang::CFGBlock::succs().

◆ getEntryNode()

NodeRef llvm::GraphTraits< const clang::CFGBlock * >::getEntryNode ( const clang::CFGBlock * BB)
inlinestatic

Definition at line 1605 of file CFG.h.

◆ getNumber()

unsigned llvm::GraphTraits< const clang::CFGBlock * >::getNumber ( const clang::CFGBlock * BB)
inlinestatic

Definition at line 1617 of file CFG.h.

References clang::CFGBlock::getBlockID().


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