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

#include "clang/Analysis/CFG.h"

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

Public Types

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

Static Public Member Functions

static NodeRef getEntryNode (const ::clang::CFG *F)
static nodes_iterator nodes_begin (const ::clang::CFG *F)
static nodes_iterator nodes_end (const ::clang::CFG *F)
static unsigned size (const ::clang::CFG *F)
Static Public Member Functions inherited from llvm::GraphTraits< const ::clang::CFGBlock * >
static NodeRef getEntryNode (const clang::CFGBlock *BB)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 1544 of file CFG.h.

Member Typedef Documentation

◆ nodes_iterator

using llvm::GraphTraits< const ::clang::CFG * >::nodes_iterator = ::clang::CFG::const_iterator

Definition at line 1546 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1548 of file CFG.h.

◆ nodes_begin()

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

Definition at line 1550 of file CFG.h.

◆ nodes_end()

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

Definition at line 1554 of file CFG.h.

◆ size()

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

Definition at line 1558 of file CFG.h.


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