Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp630 for (const auto &IncluderAndDir : Includers) { in LookupFile() local
631 const FileEntry *Includer = IncluderAndDir.first; in LookupFile()
635 TmpDir = IncluderAndDir.second->getName(); in LookupFile()
649 *this, TmpDir, IncluderAndDir.second, in LookupFile()
673 StringRef SearchPathRef(IncluderAndDir.second->getName()); in LookupFile()