Home | History | Annotate | Download | only in Sema

Lines Matching defs:Enabled

2140   // loop. Produce a fixit, and rebuild the loop with diagnostics enabled, in
2152 InvalidateOnErrorScope(Sema &SemaRef, Decl *D, bool Enabled)
2153 : Trap(SemaRef.Diags), D(D), Enabled(Enabled) {}
2155 if (Enabled && Trap.hasErrorOccurred())
2161 bool Enabled;