Lines Matching defs:IncludeLoc

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