Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6778 return Sema::CXXCopyAssignment; in getDefaultedFunctionKind()
6831 case Sema::CXXCopyAssignment: in DefineDefaultedFunction()
7492 case Sema::CXXCopyAssignment: in defaultedSpecialMemberIsConstexpr()
7724 else if (CSM == CXXCopyAssignment) in CheckExplicitlyDefaultedSpecialMember()
7728 if (CSM == CXXCopyAssignment || CSM == CXXMoveAssignment) { in CheckExplicitlyDefaultedSpecialMember()
7803 << (CSM == CXXCopyAssignment); in CheckExplicitlyDefaultedSpecialMember()
9266 case Sema::CXXCopyAssignment: in SpecialMemberVisitor()
9745 (CSM == CXXCopyConstructor || CSM == CXXCopyAssignment)) { in ShouldDeleteSpecialMember()
9784 << (CSM == CXXCopyAssignment) << RD in ShouldDeleteSpecialMember()
9948 case Sema::CXXCopyAssignment: in findTrivialSpecialMember()
[all …]
H A DSemaLookup.cpp3351 assert((SM == CXXCopyAssignment || SM == CXXMoveAssignment) && in LookupSpecialMember()
3452 if (SM == CXXCopyConstructor || SM == CXXCopyAssignment) in LookupSpecialMember()
3504 if (SM == CXXCopyAssignment || SM == CXXMoveAssignment) in LookupSpecialMember()
3516 if (SM == CXXCopyAssignment || SM == CXXMoveAssignment) in LookupSpecialMember()
3618 LookupSpecialMember(Class, CXXCopyAssignment, Quals & Qualifiers::Const, in LookupCopyingAssignment()
H A DSemaTemplateInstantiateDecl.cpp5080 PatternSM == Sema::CXXCopyAssignment || in InstantiateFunctionDefinition()
H A DSemaDecl.cpp18758 member = CXXCopyAssignment; in CheckNontrivialField()
19159 Sema::CXXCopyAssignment); in ComputeSpecialMemberFunctionsEligiblity()
H A DSemaOverload.cpp11762 CSM = Sema::CXXCopyAssignment; in DiagnoseBadTarget()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1578 CXXCopyAssignment, enumerator