Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6423 return Sema::CXXCopyAssignment; in getDefaultedFunctionKind()
6476 case Sema::CXXCopyAssignment: in DefineDefaultedFunction()
6970 if (CSM == Sema::CXXCopyAssignment || CSM == Sema::CXXMoveAssignment) in lookupCallFromSpecialMember()
7129 case Sema::CXXCopyAssignment: in defaultedSpecialMemberIsConstexpr()
7356 else if (CSM == CXXCopyAssignment) in CheckExplicitlyDefaultedSpecialMember()
7360 if (CSM == CXXCopyAssignment || CSM == CXXMoveAssignment) { in CheckExplicitlyDefaultedSpecialMember()
7407 else if (CSM == CXXCopyConstructor || CSM == CXXCopyAssignment) { in CheckExplicitlyDefaultedSpecialMember()
7410 << (CSM == CXXCopyAssignment); in CheckExplicitlyDefaultedSpecialMember()
7423 assert(CSM == CXXCopyAssignment && "unexpected non-ref argument"); in CheckExplicitlyDefaultedSpecialMember()
8707 case Sema::CXXCopyAssignment: in SpecialMemberVisitor()
[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 DSemaOverload.cpp11026 CSM = Sema::CXXCopyAssignment; in DiagnoseBadTarget()
H A DSemaDecl.cpp16980 member = CXXCopyAssignment; in CheckNontrivialField()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1440 CXXCopyAssignment, enumerator