Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h162 struct SearchDirIteratorImpl struct
163 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,
168 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() function
171 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;
173 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument
175 bool operator==(const SearchDirIteratorImpl &RHS) const {
179 SearchDirIteratorImpl &operator++() {
191 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() argument
211 friend SearchDirIteratorImpl<!IsConst>; argument
215 using ConstSearchDirIterator = detail::SearchDirIteratorImpl<true>;
[all …]