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

References

tools/clang/lib/Sema/SemaExpr.cpp
  100   assert(Decl->isDeleted());
  102   CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Decl);
  107       Diag(Decl->getLocation(), diag::note_implicitly_deleted);
  118   auto *Ctor = dyn_cast<CXXConstructorDecl>(Decl);
  122   Diag(Decl->getLocation(), diag::note_availability_specified_here)
  123     << Decl << 1;