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

References

tools/clang/lib/AST/Interp/Interp.cpp
  334   const SourceLocation &Loc = S.Current->getLocation(OpPC);
  337     if (!S.getLangOpts().CPlusPlus2a) {
  338       S.CCEDiag(Loc, diag::note_constexpr_virtual_call);
  344     if (S.getLangOpts().CPlusPlus11) {
  360         S.FFDiag(Loc, diag::note_constexpr_invalid_inhctor, 1)
  363         S.FFDiag(Loc, diag::note_constexpr_invalid_function, 1)
  365       S.Note(DiagDecl->getLocation(), diag::note_declared_at);
  367       S.FFDiag(Loc, diag::note_invalid_subexpr_in_const_expr);