Searched refs:SearchDirIteratorImpl (Results 1 – 1 of 1) sorted by relevance
188 struct SearchDirIteratorImpl struct189 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,194 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() argument197 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;199 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument201 bool operator==(const SearchDirIteratorImpl &RHS) const {205 SearchDirIteratorImpl &operator++() {217 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() function230 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl() function237 friend SearchDirIteratorImpl<!IsConst>; argument[all …]