clang 20.0.0git
|
#include "clang/Analysis/CFG.h"
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) |
using llvm::GraphTraits< const ::clang::CFG * >::nodes_iterator = ::clang::CFG::const_iterator |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |