|
clang
5.0.0
|
#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 621 of file CFG.h.
References clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::hasMore().
|
inline |
Definition at line 629 of file CFG.h.
Referenced by clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::FilteredCFGBlockIterator(), and clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator++().
|
inline |
|
inline |
Definition at line 631 of file CFG.h.
References clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::hasMore().
1.8.6