Searched refs:SearchDirIteratorImpl (Results 1 – 1 of 1) sorted by relevance
176 struct SearchDirIteratorImpl struct177 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,182 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() function185 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;187 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument189 bool operator==(const SearchDirIteratorImpl &RHS) const {193 SearchDirIteratorImpl &operator++() {205 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() function218 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl() argument225 friend SearchDirIteratorImpl<!IsConst>; argument[all …]