reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 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;