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

#include "clang/Analysis/CFG.h"

Inheritance diagram for llvm::GraphTraits< const ::clang::CFG * >:
Inheritance graph
[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 1535 of file CFG.h.

Member Typedef Documentation

◆ nodes_iterator

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

Definition at line 1537 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1539 of file CFG.h.

◆ nodes_begin()

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

Definition at line 1541 of file CFG.h.

◆ nodes_end()

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

Definition at line 1545 of file CFG.h.

◆ size()

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

Definition at line 1549 of file CFG.h.


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