Searched refs:SearchDirIteratorImpl (Results 1 – 1 of 1) sorted by relevance
162 struct SearchDirIteratorImpl struct163 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,168 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() function171 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;173 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument175 bool operator==(const SearchDirIteratorImpl &RHS) const {179 SearchDirIteratorImpl &operator++() {191 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() argument204 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl() argument211 friend SearchDirIteratorImpl<!IsConst>; argument[all …]