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

References

tools/clang/lib/AST/ExprConstant.cpp
 1201       : Info(Info),
 1203         HadNoPriorDiags(Info.EvalStatus.Diag &&
 1204                         Info.EvalStatus.Diag->empty() &&
 1205                         !Info.EvalStatus.HasSideEffects),
 1206         OldMode(Info.EvalMode) {
 1208         Info.EvalMode = EvalInfo::EM_ConstantFold;