reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1259 : Info(&Info), OldStatus(Info.EvalStatus), 1259 : Info(&Info), OldStatus(Info.EvalStatus), 1260 OldSpeculativeEvaluationDepth(Info.SpeculativeEvaluationDepth) { 1261 Info.EvalStatus.Diag = NewDiag; 1262 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; 1262 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1;