clang 20.0.0git
|
Forward iterator over the search directories of HeaderSearch
.
More...
#include "clang/Lex/HeaderSearch.h"
Public Member Functions | |
template<typename Enable = std::enable_if<IsConst, bool>> | |
SearchDirIteratorImpl (const SearchDirIteratorImpl< false > &Other) | |
Const -> non-const iterator conversion. | |
SearchDirIteratorImpl (const SearchDirIteratorImpl &)=default | |
SearchDirIteratorImpl & | operator= (const SearchDirIteratorImpl &)=default |
bool | operator== (const SearchDirIteratorImpl &RHS) const |
SearchDirIteratorImpl & | operator++ () |
Qualified< IsConst, DirectoryLookup > & | operator* () const |
SearchDirIteratorImpl (std::nullptr_t) | |
Creates an invalid iterator. | |
operator bool () const | |
Checks whether the iterator is valid. | |
Forward iterator over the search directories of HeaderSearch
.
Definition at line 188 of file HeaderSearch.h.
|
inline |
Const -> non-const iterator conversion.
Definition at line 194 of file HeaderSearch.h.
|
default |
|
inline |
Creates an invalid iterator.
Definition at line 217 of file HeaderSearch.h.
|
inlineexplicit |
Checks whether the iterator is valid.
Definition at line 220 of file HeaderSearch.h.
|
inline |
Definition at line 211 of file HeaderSearch.h.
|
inline |
Definition at line 205 of file HeaderSearch.h.
|
default |
|
inline |
Definition at line 201 of file HeaderSearch.h.