Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp71 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp7653 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember()
8768 SetDeclDeleted(FD, FD->getLocation()); in CheckExplicitlyDefaultedComparison()
13574 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor()
13710 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor()
13860 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor()
14505 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment()
14844 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment()
15236 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor()
15371 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor()
17470 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema
[all …]
H A DSemaTemplateInstantiateDecl.cpp2356 SemaRef.SetDeclDeleted(Function, D->getLocation()); in VisitFunctionDecl()
2730 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
H A DSemaDecl.cpp18920 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3037 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);