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

#include "clang/Analysis/CFG.h"

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

Public Types

using NodeRef = const ::clang::CFGBlock *
 
using ChildIteratorType = ::clang::CFGBlock::const_succ_iterator
 

Static Public Member Functions

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

Detailed Description

Definition at line 1490 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< const ::clang::CFGBlock * >::ChildIteratorType = ::clang::CFGBlock::const_succ_iterator

Definition at line 1492 of file CFG.h.

◆ NodeRef

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

Definition at line 1491 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1495 of file CFG.h.

References clang::CFGBlock::succ_begin().

◆ child_end()

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

Definition at line 1496 of file CFG.h.

References clang::CFGBlock::succ_end().

◆ getEntryNode()

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

Definition at line 1494 of file CFG.h.


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