Searched refs:SearchDirIteratorImpl (Results 1 – 1 of 1) sorted by relevance
171 struct SearchDirIteratorImpl struct172 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,177 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() argument180 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;182 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument184 bool operator==(const SearchDirIteratorImpl &RHS) const {188 SearchDirIteratorImpl &operator++() {200 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() argument220 friend SearchDirIteratorImpl<!IsConst>; argument224 using ConstSearchDirIterator = detail::SearchDirIteratorImpl<true>;[all …]