Home
last modified time | relevance | path

Searched refs:SetDeclDeleted (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp73 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7888 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 DSemaTemplateInstantiateDecl.cpp2403 SemaRef.SetDeclDeleted(Function, D->getLocation()); in VisitFunctionDecl()
2779 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
H A DSemaDecl.cpp19536 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3100 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);