clang
9.0.0svn
|
#include "clang/Analysis/CFG.h"
Public Types | |
using | nodes_iterator = ::clang::CFG::iterator |
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 | size (::clang::CFG *F) |
using llvm::GraphTraits< ::clang::CFG *>::nodes_iterator = ::clang::CFG::iterator |
|
inlinestatic |
Definition at line 1287 of file CFG.h.
References clang::CFG::getEntry().
|
inlinestatic |
Definition at line 1288 of file CFG.h.
References clang::CFG::nodes_begin().
|
inlinestatic |
Definition at line 1289 of file CFG.h.
References clang::CFG::nodes_end().
|
inlinestatic |
Definition at line 1290 of file CFG.h.
References clang::CFG::size().