clang 19.0.0git
Public Member Functions | List of all members
clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred > Class Template Reference

#include "clang/Analysis/CFG.h"

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 1024 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

Member Function Documentation

◆ hasMore()

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

◆ operator*()

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

Definition at line 1046 of file CFG.h.

◆ operator++()

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

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