Searched refs:CXXMoveConstructor (Results 1 – 6 of 6) sorted by relevance
73 CXXMoveConstructor, enumerator
262 Info.SubKind = SymbolSubKind::CXXMoveConstructor; in getSymbolInfo()540 case SymbolSubKind::CXXMoveConstructor: return "cxx-move-ctor"; in getSymbolSubKindString()
6419 return Sema::CXXMoveConstructor; in getDefaultedFunctionKind()6482 case Sema::CXXMoveConstructor: in DefineDefaultedFunction()6822 if ((CSM == CXXCopyConstructor || CSM == CXXMoveConstructor || in CheckCompletedCXXClass()7125 case Sema::CXXMoveConstructor: in defaultedSpecialMemberIsConstexpr()8704 case Sema::CXXMoveConstructor: in SpecialMemberVisitor()8728 return CSM == Sema::CXXMoveConstructor || CSM == Sema::CXXMoveAssignment; in isMove()9393 case Sema::CXXMoveConstructor: in findTrivialSpecialMember()9418 (CSM == Sema::CXXCopyConstructor || CSM == Sema::CXXMoveConstructor)) in findTrivialSpecialMember()9603 case CXXMoveConstructor: in SpecialMemberIsTrivial()14785 DeclaringSpecialMember DSM(*this, ClassDecl, CXXMoveConstructor); in DeclareImplicitMoveConstructor()[all …]
3130 if (SM == CXXCopyConstructor || SM == CXXMoveConstructor) { in LookupSpecialMember()3300 LookupSpecialMember(Class, CXXMoveConstructor, Quals & Qualifiers::Const, in LookupMovingConstructor()
11023 CSM = Sema::CXXMoveConstructor; in DiagnoseBadTarget()
1439 CXXMoveConstructor, enumerator