|
clang 23.0.0git
|
#include "clang/Analysis/CFG.h"
Public Types | |
| using | NodeRef = const ::clang::CFGBlock * |
| using | ChildIteratorType = ::clang::CFGBlock::const_pred_iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Inverse< const ::clang::CFGBlock * > G) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| using llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::ChildIteratorType = ::clang::CFGBlock::const_pred_iterator |
| using llvm::GraphTraits< Inverse< const ::clang::CFGBlock * > >::NodeRef = const ::clang::CFGBlock * |
|
inlinestatic |
Definition at line 1560 of file CFG.h.
References clang::CFGBlock::pred_begin().
|
inlinestatic |
Definition at line 1561 of file CFG.h.
References clang::CFGBlock::pred_end().
|
inlinestatic |