Searched refs:SetDeclDeleted (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 71 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7587 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 8685 SetDeclDeleted(FD, FD->getLocation()); in CheckExplicitlyDefaultedComparison() 13465 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 13601 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 13751 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 14394 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 14728 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 15119 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 15252 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 17261 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2314 SemaRef.SetDeclDeleted(Function, D->getLocation()); in VisitFunctionDecl() 2664 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 18307 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2974 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
|