Lines Matching full:diags
56 SourceManager &SourceMgr, DiagnosticsEngine &Diags,
59 : HSOpts(HSOpts), Diags(Diags), FileMgr(SourceMgr.getFileManager()),
60 FrameworkMap(64), ModMap(SourceMgr, Diags, LangOpts, Target, *this),
542 static bool checkMSVCHeaderSearch(DiagnosticsEngine &Diags,
546 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName();
663 if (Diags.isIgnored(diag::ext_pp_include_search_ms, IncludeLoc)) {
758 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) {
787 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) {
800 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) {