|
clang 24.0.0git
|
#include "clang/Analysis/CFG.h"
Public Types | |
| using | NodeRef = const clang::CFGBlock * |
| using | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Inverse< const clang::CFGBlock * > G) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| static unsigned | getNumber (const clang::CFGBlock *BB) |
| using llvm::GraphTraits< Inverse< const clang::CFGBlock * > >::ChildIteratorType |
| using llvm::GraphTraits< Inverse< const clang::CFGBlock * > >::NodeRef = const clang::CFGBlock * |
|
inlinestatic |
Definition at line 1657 of file CFG.h.
References clang::detail::cfgReachableChildren(), and clang::CFGBlock::preds().
|
inlinestatic |
Definition at line 1662 of file CFG.h.
References clang::detail::cfgReachableChildren(), and clang::CFGBlock::preds().
|
inlinestatic |
|
inlinestatic |
Definition at line 1668 of file CFG.h.
References clang::CFGBlock::getBlockID().