clang 23.0.0git
llvm::GraphTraits<::clang::CFG * > Struct Reference

#include "clang/Analysis/CFG.h"

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

Public Types

using nodes_iterator = ::clang::CFG::iterator
Public Types inherited from llvm::GraphTraits< clang::CFGBlock * >
using NodeRef = clang::CFGBlock *
using ChildIteratorType

Static Public Member Functions

static NodeRef getEntryNode (::clang::CFG *F)
static nodes_iterator nodes_begin (::clang::CFG *F)
static nodes_iterator nodes_end (::clang::CFG *F)
static unsigned size (::clang::CFG *F)
static unsigned getMaxNumber (const ::clang::CFG *F)
static unsigned getNumberEpoch (const ::clang::CFG *F)
Static Public Member Functions inherited from llvm::GraphTraits< clang::CFGBlock * >
static NodeRef getEntryNode (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 1679 of file CFG.h.

Member Typedef Documentation

◆ nodes_iterator

using llvm::GraphTraits<::clang::CFG * >::nodes_iterator = ::clang::CFG::iterator

Definition at line 1680 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

NodeRef llvm::GraphTraits<::clang::CFG * >::getEntryNode ( ::clang::CFG * F)
inlinestatic

Definition at line 1682 of file CFG.h.

References clang::CFG::getEntry().

◆ getMaxNumber()

unsigned llvm::GraphTraits<::clang::CFG * >::getMaxNumber ( const ::clang::CFG * F)
inlinestatic

Definition at line 1687 of file CFG.h.

◆ getNumberEpoch()

unsigned llvm::GraphTraits<::clang::CFG * >::getNumberEpoch ( const ::clang::CFG * F)
inlinestatic

Definition at line 1691 of file CFG.h.

◆ nodes_begin()

nodes_iterator llvm::GraphTraits<::clang::CFG * >::nodes_begin ( ::clang::CFG * F)
inlinestatic

Definition at line 1683 of file CFG.h.

References clang::CFG::nodes_begin().

◆ nodes_end()

nodes_iterator llvm::GraphTraits<::clang::CFG * >::nodes_end ( ::clang::CFG * F)
inlinestatic

Definition at line 1684 of file CFG.h.

References clang::CFG::nodes_end().

◆ size()

unsigned llvm::GraphTraits<::clang::CFG * >::size ( ::clang::CFG * F)
inlinestatic

Definition at line 1685 of file CFG.h.

References clang::CFG::size().


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