Searched refs:SetDeclDeleted (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 72 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
|
| H A D | Parser.cpp | 1192 Actions.SetDeclDeleted(Res, KWLoc); in ParseFunctionDefinition()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 6672 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 10984 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 11117 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 11261 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 11868 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 12190 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 12573 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 12703 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 14577 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2153 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 16043 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2024 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
|