clang 20.0.0git
|
#include "clang/Analysis/CFG.h"
Public Types | |
using | NodeRef = const ::clang::CFGBlock * |
using | ChildIteratorType = ::clang::CFGBlock::const_succ_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const clang::CFGBlock *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
using llvm::GraphTraits< const ::clang::CFGBlock * >::ChildIteratorType = ::clang::CFGBlock::const_succ_iterator |
using llvm::GraphTraits< const ::clang::CFGBlock * >::NodeRef = const ::clang::CFGBlock * |
|
inlinestatic |
Definition at line 1495 of file CFG.h.
References clang::CFGBlock::succ_begin().
|
inlinestatic |
Definition at line 1496 of file CFG.h.
References clang::CFGBlock::succ_end().
|
inlinestatic |