clang 24.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

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 unsigned getMaxNumber (const ::clang::CFG *F)
static unsigned getNumberEpoch (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)
static unsigned getNumber (const clang::CFGBlock *BB)

Detailed Description

Definition at line 1695 of file CFG.h.

Member Typedef Documentation

◆ nodes_iterator

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

Definition at line 1697 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1699 of file CFG.h.

◆ getMaxNumber()

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

Definition at line 1713 of file CFG.h.

◆ getNumberEpoch()

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

Definition at line 1716 of file CFG.h.

◆ nodes_begin()

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

Definition at line 1701 of file CFG.h.

◆ nodes_end()

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

Definition at line 1705 of file CFG.h.

◆ size()

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

Definition at line 1709 of file CFG.h.


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