Home
last modified time | relevance | path

Searched refs:SearchDirIteratorImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h171 struct SearchDirIteratorImpl struct
172 : llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,
177 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() argument
180 SearchDirIteratorImpl(const SearchDirIteratorImpl &) = default;
182 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument
184 bool operator==(const SearchDirIteratorImpl &RHS) const {
188 SearchDirIteratorImpl &operator++() {
200 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() argument
220 friend SearchDirIteratorImpl<!IsConst>; argument
224 using ConstSearchDirIterator = detail::SearchDirIteratorImpl<true>;
[all …]