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

References

tools/clang/lib/AST/Interp/Interp.cpp
  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);