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

References

tools/clang/lib/AST/ExprConstant.cpp
 2013     if (Info.getLangOpts().CPlusPlus11) {
 2015       Info.FFDiag(Loc, diag::note_constexpr_non_global, 1)
 2018       NoteLValueLocation(Info, Base);
 2020       Info.FFDiag(Loc);
 2025   assert((Info.checkingPotentialConstantExpression() ||
 2030     Info.FFDiag(Loc, diag::note_constexpr_dynamic_alloc)
 2032     NoteLValueLocation(Info, Base);
 2059       if (Info.getLangOpts().CPlusPlus && Usage == Expr::EvaluateForCodeGen &&
 2069         Info.FFDiag(MTE->getExprLoc(),
 2075       APValue *V = Info.Ctx.getMaterializedTemporaryValue(MTE, false);
 2078                                  Info, MTE->getExprLoc(), TempType, *V,
 2092     Info.CCEDiag(Loc);
 2099     Info.FFDiag(Loc, diag::note_constexpr_past_end, 1)
 2101     NoteLValueLocation(Info, Base);