Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h73 CXXMoveConstructor, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp262 Info.SubKind = SymbolSubKind::CXXMoveConstructor; in getSymbolInfo()
540 case SymbolSubKind::CXXMoveConstructor: return "cxx-move-ctor"; in getSymbolSubKindString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6419 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 …]
H A DSemaLookup.cpp3130 if (SM == CXXCopyConstructor || SM == CXXMoveConstructor) { in LookupSpecialMember()
3300 LookupSpecialMember(Class, CXXMoveConstructor, Quals & Qualifiers::Const, in LookupMovingConstructor()
H A DSemaOverload.cpp11023 CSM = Sema::CXXMoveConstructor; in DiagnoseBadTarget()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1439 CXXMoveConstructor, enumerator