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

#include "clang/Analysis/CFG.h"

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

Public Types

using NodeRef = ::clang::CFGBlock *
using ChildIteratorType = ::clang::CFGBlock::const_pred_iterator

Static Public Member Functions

static NodeRef getEntryNode (Inverse<::clang::CFGBlock * > G)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 1540 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::ChildIteratorType = ::clang::CFGBlock::const_pred_iterator

Definition at line 1542 of file CFG.h.

◆ NodeRef

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

Definition at line 1541 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1548 of file CFG.h.

References clang::CFGBlock::pred_begin().

◆ child_end()

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

Definition at line 1549 of file CFG.h.

References clang::CFGBlock::pred_end().

◆ getEntryNode()

NodeRef llvm::GraphTraits< Inverse< ::clang::CFGBlock * > >::getEntryNode ( Inverse<::clang::CFGBlock * > G)
inlinestatic

Definition at line 1544 of file CFG.h.


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