Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h188 struct SearchDirIteratorImpl struct
194 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() argument
199 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument
217 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() function
230 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl() argument
237 friend SearchDirIteratorImpl<!IsConst>; member