Home
last modified time | relevance | path

Searched refs:ShouldDeleteSpecialMember (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp5501 if (ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
5509 ShouldDeleteSpecialMember(MD, CSM, nullptr, /*Diagnose*/true); in CheckExplicitlyDefaultedSpecialMember()
5906 bool Sema::ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, in ShouldDeleteSpecialMember() function in Sema
9186 if (ShouldDeleteSpecialMember(DefaultCon, CXXDefaultConstructor)) in DeclareImplicitDefaultConstructor()
9318 if (ShouldDeleteSpecialMember(DerivedCtor, CXXDefaultConstructor, &ICI)) in findInheritingConstructor()
9327 ShouldDeleteSpecialMember(Ctor, CXXDefaultConstructor, &ICI, in NoteDeletedInheritingConstructor()
9498 if (ShouldDeleteSpecialMember(Destructor, CXXDestructor)) in DeclareImplicitDestructor()
10214 if (ShouldDeleteSpecialMember(CopyAssignment, CXXCopyAssignment)) in DeclareImplicitCopyAssignment()
10606 if (ShouldDeleteSpecialMember(MoveAssignment, CXXMoveAssignment)) { in DeclareImplicitMoveAssignment()
11043 if (ShouldDeleteSpecialMember(CopyConstructor, CXXCopyConstructor)) in DeclareImplicitCopyConstructor()
[all …]
DSemaExpr.cpp219 ShouldDeleteSpecialMember(Method, CSM, nullptr, /*Diagnose=*/true); in NoteDeletedFunction()
/external/clang/include/clang/Sema/
DSema.h4471 bool ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM,