Searched refs:SetDeclDeleted (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 73 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7888 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 9041 SetDeclDeleted(FD, FD->getLocation()); in CheckExplicitlyDefaultedComparison() 14013 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 14149 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 14299 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 14945 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 15295 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 15704 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 15840 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 18145 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2403 SemaRef.SetDeclDeleted(Function, D->getLocation()); in VisitFunctionDecl() 2779 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 19536 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3100 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
|