Lines Matching refs:IncludeLoc
346 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir, in getFileAndSuggestModule() argument
359 Diags.Report(IncludeLoc, diag::err_cannot_open_file) in getFileAndSuggestModule()
377 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument
401 return HS.getFileAndSuggestModule(TmpDir, IncludeLoc, getDir(), in LookupFile()
665 SourceLocation IncludeLoc) { in checkMSVCHeaderSearch() argument
667 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()
715 diagnoseFrameworkInclude(DiagnosticsEngine &Diags, SourceLocation IncludeLoc, in diagnoseFrameworkInclude() argument
735 Diags.Report(IncludeLoc, diag::warn_quoted_include_in_framework_header) in diagnoseFrameworkInclude()
737 << FixItHint::CreateReplacement(IncludeLoc, NewInclude); in diagnoseFrameworkInclude()
745 Diags.Report(IncludeLoc, diag::warn_framework_include_private_from_public) in diagnoseFrameworkInclude()
755 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
786 return getFileAndSuggestModule(Filename, IncludeLoc, nullptr, in LookupFile()
823 TmpDir, IncludeLoc, IncluderAndDir.second, IncluderIsSystemHeader, in LookupFile()
856 diagnoseFrameworkInclude(Diags, IncludeLoc, in LookupFile()
865 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) { in LookupFile()
922 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
977 &File->getFileEntry(), IncludeLoc)) { in LookupFile()
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename, in LookupFile()
1008 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir, in LookupFile()
1014 IncludeLoc)) { in LookupFile()
1028 nullptr, IncludeLoc)) { in LookupFile()