Home
last modified time | relevance | path

Searched refs:CXXCopyAssignment (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6423 return Sema::CXXCopyAssignment; in getDefaultedFunctionKind()
6476 case Sema::CXXCopyAssignment: in DefineDefaultedFunction()
7129 case Sema::CXXCopyAssignment: in defaultedSpecialMemberIsConstexpr()
7359 else if (CSM == CXXCopyAssignment) in CheckExplicitlyDefaultedSpecialMember()
7363 if (CSM == CXXCopyAssignment || CSM == CXXMoveAssignment) { in CheckExplicitlyDefaultedSpecialMember()
7413 << (CSM == CXXCopyAssignment); in CheckExplicitlyDefaultedSpecialMember()
8714 case Sema::CXXCopyAssignment: in SpecialMemberVisitor()
9182 (CSM == CXXCopyConstructor || CSM == CXXCopyAssignment)) { in ShouldDeleteSpecialMember()
9221 << (CSM == CXXCopyAssignment) << RD in ShouldDeleteSpecialMember()
9385 case Sema::CXXCopyAssignment: in findTrivialSpecialMember()
[all …]
H A DSemaLookup.cpp3067 assert((SM == CXXCopyAssignment || SM == CXXMoveAssignment) && in LookupSpecialMember()
3168 if (SM == CXXCopyConstructor || SM == CXXCopyAssignment) in LookupSpecialMember()
3220 if (SM == CXXCopyAssignment || SM == CXXMoveAssignment) in LookupSpecialMember()
3232 if (SM == CXXCopyAssignment || SM == CXXMoveAssignment) in LookupSpecialMember()
3334 LookupSpecialMember(Class, CXXCopyAssignment, Quals & Qualifiers::Const, in LookupCopyingAssignment()
H A DSemaTemplateInstantiateDecl.cpp4956 PatternSM == Sema::CXXCopyAssignment || in InstantiateFunctionDefinition()
H A DSemaOverload.cpp11043 CSM = Sema::CXXCopyAssignment; in DiagnoseBadTarget()
H A DSemaDecl.cpp17037 member = CXXCopyAssignment; in CheckNontrivialField()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1447 CXXCopyAssignment, enumerator