Searched refs:SetDeclDeleted (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 111 Actions.SetDeclDeleted(FnD, KWLoc, Message); in ParseCXXInlineMethodDef()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7949 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 9118 SetDeclDeleted(FD, FD->getLocation()); in CheckExplicitlyDefaultedComparison() 14173 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 14313 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 14464 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 15108 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 15460 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 15874 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 16012 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 18457 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc, in SetDeclDeleted() function in Sema [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2992 SemaRef.SetDeclDeleted(Function, D->getLocation(), D->getDeletedMessage()); in VisitFunctionDecl() 3367 SemaRef.SetDeclDeleted(Method, Method->getLocation(), in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 19782 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6420 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5113 {"_ZN5clang4Sema14SetDeclDeletedEPNS_4DeclENS_14SourceLocationE", "clang::Sema::SetDeclDeleted(clan…
|