Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp63 return ConstructorDecl->isMoveConstructor(); in isMoveConstructorCall()
H A DMoveChecker.cpp457 if (ConstructorDecl && !ConstructorDecl->isMoveConstructor()) in checkPostCall()
618 MisuseKind MK = CtorDec->isMoveConstructor() ? MK_Move : MK_Copy; in checkPreCall()
H A DIteratorModeling.cpp209 if (cast<CXXConstructorDecl>(Func)->isMoveConstructor()) { in checkPostCall()
H A DSmartPtrModeling.cpp383 if (CC->getDecl()->isMoveConstructor()) in evalCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp71 if (Ctor->isMoveConstructor() && CE->getNumArgs() == 1) { in VisitCXXConstructExpr()
H A DRawPtrRefLambdaCapturesChecker.cpp312 if (CXXR == Ctor->getParent() && Ctor->isMoveConstructor() && in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp262 else if (CD->isMoveConstructor()) in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp862 } else if (Constructor->isMoveConstructor()) in addedMember()
1603 else if (Constructor->isMoveConstructor()) in finishedDefaultedOrDeletedMember()
1664 else if (Constructor->isMoveConstructor()) in setTrivialForCallFlags()
3006 bool CXXConstructorDecl::isMoveConstructor(unsigned &TypeQuals) const { in isMoveConstructor() function in CXXConstructorDecl
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp231 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon2875c4430a02()
H A DConsumed.cpp780 } else if (Constructor->isMoveConstructor()) { in VisitCXXConstructExpr()
H A DPathDiagnostic.cpp956 else if (CD->isMoveConstructor()) in describeCodeDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2793 bool isMoveConstructor(unsigned &TypeQuals) const;
2797 bool isMoveConstructor() const { in isMoveConstructor() function
2799 return isMoveConstructor(TypeQuals); in isMoveConstructor()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp463 REGISTER_MATCHER(isMoveConstructor); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp2069 << Decl->isMoveConstructor() << Decl->getSourceRange(); in DiagnoseNonDefaultMovable()
2173 << Decl->isMoveConstructor() << Decl->getSourceRange(); in DiagnoseNonReplaceableReason()
H A DSemaDeclCXX.cpp5132 else if (Generated && Ctor->isMoveConstructor()) in BaseAndFieldInfo()
6597 (Ctor && Ctor->isMoveConstructor())) && in checkClassLevelDLLAttribute()
6728 if (Ctor->isMoveConstructor()) in getDefaultedFunctionKind()
9877 if (I->isMoveConstructor()) { in ShouldDeleteSpecialMember()
16025 MoveConstructor->isMoveConstructor() && in DefineImplicitMoveConstructor()
H A DSemaOverload.cpp7081 Constructor->isMoveConstructor()) in AddOverloadCandidate()
11533 if (Ctor->isMoveConstructor()) in ClassifyOverloadCandidate()
H A DSemaDecl.cpp19344 else if (CD->isMoveConstructor()) in ComputeSpecialMemberFunctionsEligiblity()
H A DSemaExpr.cpp18379 } else if (Constructor->isMoveConstructor()) { in MarkFunctionReferenced()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp264 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in isOptionalValueOrConversionConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8029 AST_MATCHER(CXXConstructorDecl, isMoveConstructor) { in AST_MATCHER() argument
8030 return Node.isMoveConstructor(); in AST_MATCHER()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7826 (cxx_ctor_decl->isMoveConstructor() && in AddMethodToCXXRecordType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9895 …ConstructorDecl17isMoveConstructorERj", "clang::CXXConstructorDecl::isMoveConstructor(unsigned int…