reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2831 if (Info.checkingPotentialConstantExpression()) 2834 Info.FFDiag(E, diag::note_invalid_subexpr_in_const_expr); 2853 if (Info.checkingPotentialConstantExpression()) 2856 Info.FFDiag(E->getBeginLoc(), 2869 if (!Info.checkingPotentialConstantExpression()) 2870 Info.FFDiag(E, diag::note_invalid_subexpr_in_const_expr); 2876 if (Info.EvaluatingDecl.dyn_cast<const ValueDecl*>() == VD) { 2877 Result = Info.EvaluatingDeclValue; 2884 Info.FFDiag(E, diag::note_invalid_subexpr_in_const_expr); 2892 Info.FFDiag(E, diag::note_constexpr_var_init_non_constant, 2894 Info.Note(VD->getLocation(), diag::note_declared_at); 2895 Info.addNotes(Notes); 2898 Info.CCEDiag(E, diag::note_constexpr_var_init_non_constant, 2900 Info.Note(VD->getLocation(), diag::note_declared_at); 2901 Info.addNotes(Notes);