Lines Matching refs:IncludeLoc
440 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir, in getFileAndSuggestModule() argument
454 Diags.Report(IncludeLoc, diag::err_cannot_open_file) in getFileAndSuggestModule()
472 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument
498 TmpDir, IncludeLoc, getDir(), isSystemHeaderDirectory(), in LookupFile()
552 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc); in LookupFile()
784 SourceLocation IncludeLoc) { in checkMSVCHeaderSearch() argument
786 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()
842 diagnoseFrameworkInclude(DiagnosticsEngine &Diags, SourceLocation IncludeLoc, in diagnoseFrameworkInclude() argument
866 Diags.Report(IncludeLoc, diag::warn_quoted_include_in_framework_header) in diagnoseFrameworkInclude()
868 << FixItHint::CreateReplacement(IncludeLoc, NewInclude); in diagnoseFrameworkInclude()
876 Diags.Report(IncludeLoc, diag::warn_framework_include_private_from_public) in diagnoseFrameworkInclude()
886 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
920 return getFileAndSuggestModule(Filename, IncludeLoc, nullptr, in LookupFile()
960 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
994 diagnoseFrameworkInclude(Diags, IncludeLoc, in LookupFile()
1003 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) { in LookupFile()
1079 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1141 if (checkMSVCHeaderSearch(Diags, MSFE, &File->getFileEntry(), IncludeLoc)) { in LookupFile()
1149 diagnoseFrameworkInclude(Diags, IncludeLoc, in LookupFile()
1154 cacheLookupSuccess(CacheLookup, It, IncludeLoc); in LookupFile()
1174 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, &CurDir, in LookupFile()
1180 IncludeLoc)) { in LookupFile()
1187 LookupFileCache[ScratchFilename].HitIt, IncludeLoc); in LookupFile()
1193 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) { in LookupFile()