Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h162 struct SearchDirIteratorImpl struct
168 SearchDirIteratorImpl(const SearchDirIteratorImpl<false> &Other) in SearchDirIteratorImpl() argument
173 SearchDirIteratorImpl &operator=(const SearchDirIteratorImpl &) = default; argument
191 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl() function
204 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl() function
211 friend SearchDirIteratorImpl<!IsConst>; argument