Lines Matching refs:IncludeLoc

399     StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir,  in getFileAndSuggestModule()  argument
412 Diags.Report(IncludeLoc, diag::err_cannot_open_file) in getFileAndSuggestModule()
430 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument
454 return HS.getFileAndSuggestModule(TmpDir, IncludeLoc, getDir(), in LookupFile()
503 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc); in LookupFile()
735 SourceLocation IncludeLoc) { in checkMSVCHeaderSearch() argument
737 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()
793 diagnoseFrameworkInclude(DiagnosticsEngine &Diags, SourceLocation IncludeLoc, in diagnoseFrameworkInclude() argument
817 Diags.Report(IncludeLoc, diag::warn_quoted_include_in_framework_header) in diagnoseFrameworkInclude()
819 << FixItHint::CreateReplacement(IncludeLoc, NewInclude); in diagnoseFrameworkInclude()
827 Diags.Report(IncludeLoc, diag::warn_framework_include_private_from_public) in diagnoseFrameworkInclude()
837 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
871 return getFileAndSuggestModule(Filename, IncludeLoc, nullptr, in LookupFile()
908 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
941 diagnoseFrameworkInclude(Diags, IncludeLoc, in LookupFile()
950 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) { in LookupFile()
1011 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1075 &File->getFileEntry(), IncludeLoc)) { in LookupFile()
1084 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
1088 cacheLookupSuccess(CacheLookup, It, IncludeLoc); in LookupFile()
1106 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, &CurDir, in LookupFile()
1112 IncludeLoc)) { in LookupFile()
1119 LookupFileCache[ScratchFilename].HitIt, IncludeLoc); in LookupFile()
1126 nullptr, IncludeLoc)) { in LookupFile()