|
clang 23.0.0git
|
#include "clang/Analysis/CFG.h"
Public Types | |
| using | NodeRef = const clang::CFGBlock * |
| using | ChildIteratorType |
Static Public Member Functions | |
| 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) |
| using llvm::GraphTraits< const clang::CFGBlock * >::ChildIteratorType |
| using llvm::GraphTraits< const clang::CFGBlock * >::NodeRef = const clang::CFGBlock * |
|
inlinestatic |
Definition at line 1606 of file CFG.h.
References clang::detail::cfgReachableChildren(), and clang::CFGBlock::succs().
|
inlinestatic |
Definition at line 1611 of file CFG.h.
References clang::detail::cfgReachableChildren(), and clang::CFGBlock::succs().
|
inlinestatic |
|
inlinestatic |
Definition at line 1617 of file CFG.h.
References clang::CFGBlock::getBlockID().