reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
185 if (!S.checkingPotentialConstantExpression()) { 187 const SourceInfo &Loc = S.Current->getSource(OpPC); 188 S.FFDiag(Loc, diag::note_constexpr_ltor_non_constexpr, 1) << VD; 189 S.Note(VD->getLocation(), diag::note_declared_at);