Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DHeaderSearch.cpp607 for (const auto &IncluderAndDir : Includers) { in LookupFile() local
608 const FileEntry *Includer = IncluderAndDir.first; in LookupFile()
612 TmpDir = IncluderAndDir.second->getName(); in LookupFile()
627 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
651 StringRef SearchPathRef(IncluderAndDir.second->getName()); in LookupFile()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp803 for (const auto &IncluderAndDir : Includers) { in LookupFile() local
804 const FileEntry *Includer = IncluderAndDir.first; in LookupFile()
808 TmpDir = IncluderAndDir.second->getName(); in LookupFile()
823 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
847 StringRef SearchPathRef(IncluderAndDir.second->getName()); in LookupFile()
857 IncluderAndDir.second->getName(), Filename, in LookupFile()