Home | History | Annotate | Download | only in Sema

Lines Matching full:diags

6435   DiagnosticsEngine &Diags;
6440 DiagsUninitializedSeveretyRAII(DiagnosticsEngine &Diags, SourceLocation Loc,
6442 : Diags(Diags), SavedLoc(Loc), IsIgnored(IsIgnored) {
6444 Diags.setSeverity(/*Diag*/ diag::warn_uninit_self_reference_in_init,
6450 Diags.popMappings(SavedLoc);