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