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

References

tools/clang/lib/AST/ExprConstant.cpp
 3511     Info.FFDiag(E);
 3516     Info.FFDiag(E, diag::note_constexpr_access_null) << AK;
 3526       Info.FFDiag(E, diag::note_constexpr_lifetime_ended, 1)
 3541       Info.FFDiag(E, diag::note_constexpr_access_volatile_type)
 3544       Info.FFDiag(E);
 3566       Info.FFDiag(E);
 3580         Info.FFDiag(E, diag::note_constexpr_modify_global);
 3593             Info.FFDiag(E, diag::note_constexpr_ltor_non_const_int, 1) << VD;
 3596             Info.FFDiag(E);
 3607           Info.CCEDiag(E, diag::note_constexpr_ltor_non_constexpr, 1) << VD;
 3610           Info.CCEDiag(E);
 3613         Info.CCEDiag(E, diag::note_constexpr_ltor_non_constexpr) << VD;
 3622           Info.FFDiag(E, diag::note_constexpr_ltor_non_constexpr, 1) << VD;
 3625           Info.FFDiag(E);
 3631     if (!evaluateVarDeclInit(Info, E, VD, Frame, BaseVal, &LVal))
 3636       Info.FFDiag(E, diag::note_constexpr_access_deleted_object) << AK;
 3674           Info.FFDiag(E, diag::note_constexpr_access_static_temporary, 1) << AK;
 3686         Info.FFDiag(E, diag::note_constexpr_access_unreadable_object)