Lines Matching refs:IncludeLoc

416     StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir,  in getFileAndSuggestModule()  argument
430 Diags.Report(IncludeLoc, diag::err_cannot_open_file) in getFileAndSuggestModule()
448 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument
474 TmpDir, IncludeLoc, getDir(), isSystemHeaderDirectory(), in LookupFile()
528 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc); in LookupFile()
760 SourceLocation IncludeLoc) { in checkMSVCHeaderSearch() argument
762 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()
818 diagnoseFrameworkInclude(DiagnosticsEngine &Diags, SourceLocation IncludeLoc, in diagnoseFrameworkInclude() argument
842 Diags.Report(IncludeLoc, diag::warn_quoted_include_in_framework_header) in diagnoseFrameworkInclude()
844 << FixItHint::CreateReplacement(IncludeLoc, NewInclude); in diagnoseFrameworkInclude()
852 Diags.Report(IncludeLoc, diag::warn_framework_include_private_from_public) in diagnoseFrameworkInclude()
862 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
896 return getFileAndSuggestModule(Filename, IncludeLoc, nullptr, in LookupFile()
932 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
965 diagnoseFrameworkInclude(Diags, IncludeLoc, in LookupFile()
974 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) { in LookupFile()
1050 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1112 if (checkMSVCHeaderSearch(Diags, MSFE, &File->getFileEntry(), IncludeLoc)) { in LookupFile()
1120 diagnoseFrameworkInclude(Diags, IncludeLoc, in LookupFile()
1125 cacheLookupSuccess(CacheLookup, It, IncludeLoc); in LookupFile()
1143 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, &CurDir, in LookupFile()
1149 IncludeLoc)) { in LookupFile()
1156 LookupFileCache[ScratchFilename].HitIt, IncludeLoc); in LookupFile()
1162 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) { in LookupFile()