Home
last modified time | relevance | path

Searched refs:isMoveConstructor (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclCXX.h2206 bool isMoveConstructor(unsigned &TypeQuals) const;
2210 bool isMoveConstructor() const { in isMoveConstructor() function
2212 return isMoveConstructor(TypeQuals); in isMoveConstructor()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclCXX.cpp511 } else if (Constructor->isMoveConstructor()) in addedMember()
926 else if (Constructor->isMoveConstructor()) in finishedDefaultedOrDeletedMember()
1723 bool CXXConstructorDecl::isMoveConstructor(unsigned &TypeQuals) const { in isMoveConstructor() function in CXXConstructorDecl
DExprConstant.cpp3639 (Definition->isMoveConstructor() && Definition->isTrivial()))) { in HandleConstructorCall()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp932 else if (CD->isMoveConstructor()) in describeCodeDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DConsumed.cpp722 } else if (Constructor->isMoveConstructor()) { in VisitCXXConstructExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp3329 else if (Generated && Ctor->isMoveConstructor()) in BaseAndFieldInfo()
5227 if (I->isMoveConstructor()) { in ShouldDeleteSpecialMember()
10241 MoveConstructor->isMoveConstructor() && in DefineImplicitMoveConstructor()
DSemaOverload.cpp5489 Constructor->isMoveConstructor()) in AddOverloadCandidate()
8201 if (Ctor->isMoveConstructor()) in ClassifyOverloadCandidate()
DSemaDecl.cpp2245 if (Ctor->isMoveConstructor()) in getSpecialMember()
DSemaExpr.cpp11186 } else if (Constructor->isMoveConstructor()) { in MarkFunctionReferenced()