clang 22.0.0git
llvm::GraphTraits< ::clang::CFGBlock * > Struct Reference

#include "clang/Analysis/CFG.h"

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

Public Types

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

Static Public Member Functions

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

Detailed Description

Definition at line 1488 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< ::clang::CFGBlock * >::ChildIteratorType = ::clang::CFGBlock::succ_iterator

Definition at line 1490 of file CFG.h.

◆ NodeRef

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

Definition at line 1489 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1493 of file CFG.h.

References clang::CFGBlock::succ_begin().

◆ child_end()

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

Definition at line 1494 of file CFG.h.

References clang::CFGBlock::succ_end().

◆ getEntryNode()

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

Definition at line 1492 of file CFG.h.


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