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.h176 struct SearchDirIteratorImpl struct
177 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,
182 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() function
185 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;
187 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument
189 bool operator==(const SearchDirIteratorImpl &RHS) const {
193 SearchDirIteratorImpl &operator++() {
205 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() argument
218 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl() argument
225 friend SearchDirIteratorImpl<!IsConst>; argument
[all …]