Lines Matching refs:IncludeLoc

419     StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir,  in getFileAndSuggestModule()  argument
433 Diags.Report(IncludeLoc, diag::err_cannot_open_file) in getFileAndSuggestModule()
451 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument
477 TmpDir, IncludeLoc, getDir(), isSystemHeaderDirectory(), in LookupFile()
525 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc); in LookupFile()
757 SourceLocation IncludeLoc) { in checkMSVCHeaderSearch() argument
759 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()
815 diagnoseFrameworkInclude(DiagnosticsEngine &Diags, SourceLocation IncludeLoc, in diagnoseFrameworkInclude() argument
839 Diags.Report(IncludeLoc, diag::warn_quoted_include_in_framework_header) in diagnoseFrameworkInclude()
841 << FixItHint::CreateReplacement(IncludeLoc, NewInclude); in diagnoseFrameworkInclude()
849 Diags.Report(IncludeLoc, diag::warn_framework_include_private_from_public) in diagnoseFrameworkInclude()
859 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
893 return getFileAndSuggestModule(Filename, IncludeLoc, nullptr, in LookupFile()
931 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
964 diagnoseFrameworkInclude(Diags, IncludeLoc, in LookupFile()
973 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) { in LookupFile()
1047 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1111 &File->getFileEntry(), IncludeLoc)) { in LookupFile()
1120 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
1124 cacheLookupSuccess(CacheLookup, It, IncludeLoc); in LookupFile()
1142 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, &CurDir, in LookupFile()
1148 IncludeLoc)) { in LookupFile()
1155 LookupFileCache[ScratchFilename].HitIt, IncludeLoc); in LookupFile()
1162 nullptr, IncludeLoc)) { in LookupFile()