clang 20.0.0git
|
#include "clang/Analysis/CFG.h"
Public Member Functions | |
FilteredCFGBlockIterator (const IMPL &i, const IMPL &e, const CFGBlock *from, const FilterOptions &f) | |
bool | hasMore () const |
FilteredCFGBlockIterator & | operator++ () |
const CFGBlock * | operator* () const |
|
inlineexplicit |
Definition at line 1031 of file CFG.h.
References E, and clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::hasMore().
|
inline |
Definition at line 1039 of file CFG.h.
References E.
Referenced by CheckFallThrough(), clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::FilteredCFGBlockIterator(), and clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator++().
|
inline |
|
inline |
Definition at line 1041 of file CFG.h.
References clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::hasMore().