| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 203 if (CtorDecl->isCopyConstructor() && ParamCount == 1) { in checkPostCall()
|
| H A D | StdVariantChecker.cpp | 46 return ConstructorDecl->isCopyConstructor(); in isCopyConstructorCall()
|
| H A D | Iterator.cpp | 40 if (Ctor->isCopyConstructor()) { in isIterator()
|
| H A D | SmartPtrModeling.cpp | 377 if (CC->getDecl()->isCopyConstructor()) in evalCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 808 if (Constructor->isCopyConstructor(Quals)) { in addedMember() 1475 if (Constructor->isCopyConstructor()) in finishedDefaultedOrDeletedMember() 1536 if (Constructor->isCopyConstructor()) in setTrivialForCallFlags() 2747 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { in isCopyConstructor() function in CXXConstructorDecl
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 260 if (CD->isCopyConstructor()) in getSymbolInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anoneb3ed5790b02()
|
| H A D | PathDiagnostic.cpp | 956 else if (CD->isCopyConstructor()) in describeCodeDecl()
|
| H A D | Consumed.cpp | 789 } else if (Constructor->isCopyConstructor()) { in VisitCXXConstructExpr()
|
| H A D | ThreadSafety.cpp | 2092 if (D && D->isCopyConstructor()) { in VisitCXXConstructExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2706 bool isCopyConstructor(unsigned &TypeQuals) const; 2711 bool isCopyConstructor() const { in isCopyConstructor() function 2713 return isCopyConstructor(TypeQuals); in isCopyConstructor()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 146 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in isOptionalValueOrConversionConstructor()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 423 REGISTER_MATCHER(isCopyConstructor); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7913 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument 7914 return Node.isCopyConstructor(); in AST_MATCHER()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 4016 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr() 5185 else if (Generated && Ctor->isCopyConstructor()) in BaseAndFieldInfo() 6770 if (Ctor->isCopyConstructor()) in getDefaultedFunctionKind() 6880 if (CD->isCopyConstructor() && !CD->isDeleted() && in canPassInRegisters() 14970 if (I->isCopyConstructor()) { in diagnoseDeprecatedCopyOperation() 15717 CopyConstructor->isCopyConstructor() && in DefineImplicitCopyConstructor()
|
| H A D | SemaStmt.cpp | 3195 if (!CE->getConstructor()->isCopyConstructor()) in DiagnoseForRangeConstVariableCopies()
|
| H A D | SemaDecl.cpp | 1883 return CD->isCopyConstructor(); in IsDisallowedCopyOrAssign() 12889 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr() 19143 else if (CD->isCopyConstructor()) in ComputeSpecialMemberFunctionsEligiblity()
|
| H A D | SemaOverload.cpp | 1575 if (Constructor->isCopyConstructor() && in TryUserDefinedConversion() 10831 assert(Ctor->isCopyConstructor() && in ClassifyOverloadCandidate()
|
| H A D | SemaExprCXX.cpp | 5382 if (Constructor->isCopyConstructor(FoundTQs)) { in EvaluateUnaryTypeTrait()
|
| H A D | SemaExpr.cpp | 18962 } else if (Constructor->isCopyConstructor()) { in MarkFunctionReferenced() 19623 if (Ctor->isCopyConstructor()) in canCaptureVariableByCopy()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 7724 (cxx_ctor_decl->isCopyConstructor() && in AddMethodToCXXRecordType()
|