Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp5376 if (ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
5384 ShouldDeleteSpecialMember(MD, CSM, /*Diagnose*/true); in CheckExplicitlyDefaultedSpecialMember()
5752 bool Sema::ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM, in ShouldDeleteSpecialMember() function in Sema
8927 if (ShouldDeleteSpecialMember(DefaultCon, CXXDefaultConstructor)) in DeclareImplicitDefaultConstructor()
9395 if (ShouldDeleteSpecialMember(Destructor, CXXDestructor)) in DeclareImplicitDestructor()
10084 if (ShouldDeleteSpecialMember(CopyAssignment, CXXCopyAssignment)) in DeclareImplicitCopyAssignment()
10475 if (ShouldDeleteSpecialMember(MoveAssignment, CXXMoveAssignment)) { in DeclareImplicitMoveAssignment()
10909 if (ShouldDeleteSpecialMember(CopyConstructor, CXXCopyConstructor)) in DeclareImplicitCopyConstructor()
11086 if (ShouldDeleteSpecialMember(MoveConstructor, CXXMoveConstructor)) { in DeclareImplicitMoveConstructor()
DSemaExpr.cpp215 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true); in NoteDeletedFunction()
/external/clang/include/clang/Sema/
DSema.h4355 bool ShouldDeleteSpecialMember(CXXMethodDecl *MD, CXXSpecialMember CSM,