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,
990 diagnoseFrameworkInclude(Diags, IncludeLoc,
999 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) {
1075 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule,
1120 if (checkMSVCHeaderSearch(Diags, MSFE, &File->getFileEntry(), IncludeLoc)) {
1128 diagnoseFrameworkInclude(Diags, IncludeLoc,
1133 cacheLookupSuccess(CacheLookup, It, IncludeLoc);
1137 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) {