Searched refs:SetDeclDeleted (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 117 Actions.SetDeclDeleted(FnD, KWLoc, Message); in ParseCXXInlineMethodDef()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7781 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 8939 SetDeclDeleted(FD, FD->getLocation()); in CheckExplicitlyDefaultedComparison() 13882 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 14022 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 14173 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 14819 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 15171 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 15583 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 15722 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 17920 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc, in SetDeclDeleted() function in Sema [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2446 SemaRef.SetDeclDeleted(Function, D->getLocation(), D->getDeletedMessage()); in VisitFunctionDecl() 2822 SemaRef.SetDeclDeleted(Method, Method->getLocation(), in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 19201 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5998 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc,
|