clang 22.0.0git
clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred > Class Template Reference

#include "clang/Analysis/CFG.h"

Inheritance diagram for clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >:
[legend]

Public Member Functions

 FilteredCFGBlockIterator (const IMPL &i, const IMPL &e, const CFGBlock *from, const FilterOptions &f)
bool hasMore () const
FilteredCFGBlockIteratoroperator++ ()
const CFGBlockoperator* () const

Detailed Description

template<typename IMPL, bool IsPred>
class clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >

Definition at line 1030 of file CFG.h.

Constructor & Destructor Documentation

◆ FilteredCFGBlockIterator()

template<typename IMPL, bool IsPred>
clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::FilteredCFGBlockIterator ( const IMPL & i,
const IMPL & e,
const CFGBlock * from,
const FilterOptions & f )
inlineexplicit

Definition at line 1037 of file CFG.h.

Member Function Documentation

◆ hasMore()

◆ operator*()

template<typename IMPL, bool IsPred>
const CFGBlock * clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator* ( ) const
inline

Definition at line 1052 of file CFG.h.

◆ operator++()

template<typename IMPL, bool IsPred>
FilteredCFGBlockIterator & clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator++ ( )
inline

Definition at line 1047 of file CFG.h.


The documentation for this class was generated from the following file: