Lines Matching refs:IncludeLoc
253 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir, in getFileAndSuggestModule() argument
276 SourceLocation IncludeLoc, in LookupFile() argument
302 return HS.getFileAndSuggestModule(TmpDir, IncludeLoc, getDir(), in LookupFile()
545 SourceLocation IncludeLoc) { in checkMSVCHeaderSearch() argument
547 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()
567 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
590 return getFileAndSuggestModule(Filename, IncludeLoc, nullptr, in LookupFile()
627 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
665 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) { in LookupFile()
718 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
760 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) { in LookupFile()
785 LookupFile(ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, in LookupFile()
789 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) { in LookupFile()
802 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) { in LookupFile()