Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp938 for (const auto &IncluderAndDir : Includers) { in LookupFile() local
939 OptionalFileEntryRef Includer = IncluderAndDir.first; in LookupFile()
942 TmpDir = IncluderAndDir.second.getName(); in LookupFile()
960 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
985 StringRef SearchPathRef(IncluderAndDir.second.getName()); in LookupFile()
995 IncluderAndDir.second.getName(), Filename, in LookupFile()