Searched refs:SetDeclDeleted (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 71 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
|
| H A D | Parser.cpp | 1323 Actions.SetDeclDeleted(Res, KWLoc); in ParseFunctionDefinition()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7482 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 8508 SetDeclDeleted(FD, FD->getLocation()); in CheckExplicitlyDefaultedComparison() 13264 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 13399 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 13549 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 14192 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 14526 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 14919 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 15053 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 17007 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2248 SemaRef.SetDeclDeleted(Function, D->getLocation()); in VisitFunctionDecl() 2595 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 17561 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2809 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
|