|
clang 24.0.0git
|
#include "clang/Analysis/CFG.h"
Public Types | |
| using | nodes_iterator = ::clang::CFG::iterator |
| Public Types inherited from llvm::GraphTraits< Inverse< clang::CFGBlock * > > | |
| using | NodeRef = clang::CFGBlock * |
| using | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (::clang::CFG *F) |
| static nodes_iterator | nodes_begin (::clang::CFG *F) |
| static nodes_iterator | nodes_end (::clang::CFG *F) |
| static unsigned | getMaxNumber (const ::clang::CFG *F) |
| static unsigned | getNumberEpoch (const ::clang::CFG *F) |
| Static Public Member Functions inherited from llvm::GraphTraits< Inverse< clang::CFGBlock * > > | |
| static NodeRef | getEntryNode (Inverse< 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<::clang::CFG * > >::nodes_iterator = ::clang::CFG::iterator |
|
inlinestatic |
Definition at line 1724 of file CFG.h.
References clang::CFG::getExit().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 1725 of file CFG.h.
References clang::CFG::nodes_begin().
|
inlinestatic |
Definition at line 1726 of file CFG.h.
References clang::CFG::nodes_end().