Home
last modified time | relevance | path

Searched refs:SearchDirIteratorImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h188 struct SearchDirIteratorImpl struct
189 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,
194 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() argument
197 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;
199 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument
201 bool operator==(const SearchDirIteratorImpl &RHS) const {
205 SearchDirIteratorImpl &operator++() {
217 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() function
230 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl() function
237 friend SearchDirIteratorImpl<!IsConst>; argument
[all …]