| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdVariantChecker.cpp | 63 return ConstructorDecl->isMoveConstructor(); in isMoveConstructorCall()
|
| H A D | MoveChecker.cpp | 457 if (ConstructorDecl && !ConstructorDecl->isMoveConstructor()) in checkPostCall() 618 MisuseKind MK = CtorDec->isMoveConstructor() ? MK_Move : MK_Copy; in checkPreCall()
|
| H A D | IteratorModeling.cpp | 209 if (cast<CXXConstructorDecl>(Func)->isMoveConstructor()) { in checkPostCall()
|
| H A D | SmartPtrModeling.cpp | 383 if (CC->getDecl()->isMoveConstructor()) in evalCall()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLocalVarsChecker.cpp | 71 if (Ctor->isMoveConstructor() && CE->getNumArgs() == 1) { in VisitCXXConstructExpr()
|
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 312 if (CXXR == Ctor->getParent() && Ctor->isMoveConstructor() && in checkASTDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 262 else if (CD->isMoveConstructor()) in getSymbolInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 862 } 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 D | ExprMutationAnalyzer.cpp | 231 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon2875c4430a02()
|
| H A D | Consumed.cpp | 780 } else if (Constructor->isMoveConstructor()) { in VisitCXXConstructExpr()
|
| H A D | PathDiagnostic.cpp | 956 else if (CD->isMoveConstructor()) in describeCodeDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2793 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 D | Registry.cpp | 463 REGISTER_MATCHER(isMoveConstructor); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTypeTraits.cpp | 2069 << Decl->isMoveConstructor() << Decl->getSourceRange(); in DiagnoseNonDefaultMovable() 2173 << Decl->isMoveConstructor() << Decl->getSourceRange(); in DiagnoseNonReplaceableReason()
|
| H A D | SemaDeclCXX.cpp | 5132 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 D | SemaOverload.cpp | 7081 Constructor->isMoveConstructor()) in AddOverloadCandidate() 11533 if (Ctor->isMoveConstructor()) in ClassifyOverloadCandidate()
|
| H A D | SemaDecl.cpp | 19344 else if (CD->isMoveConstructor()) in ComputeSpecialMemberFunctionsEligiblity()
|
| H A D | SemaExpr.cpp | 18379 } else if (Constructor->isMoveConstructor()) { in MarkFunctionReferenced()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 264 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in isOptionalValueOrConversionConstructor()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 8029 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 D | TypeSystemClang.cpp | 7826 (cxx_ctor_decl->isMoveConstructor() && in AddMethodToCXXRecordType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9895 …ConstructorDecl17isMoveConstructorERj", "clang::CXXConstructorDecl::isMoveConstructor(unsigned int…
|