Home | History | Annotate | Download | only in Sema

Lines Matching refs:Enabled

2063   // loop. Produce a fixit, and rebuild the loop with diagnostics enabled, in
2075 InvalidateOnErrorScope(Sema &SemaRef, Decl *D, bool Enabled)
2076 : Trap(SemaRef.Diags), D(D), Enabled(Enabled) {}
2078 if (Enabled && Trap.hasErrorOccurred())
2084 bool Enabled;