| /src/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()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 850 if (Constructor->isCopyConstructor(Quals)) { in addedMember() 1518 if (Constructor->isCopyConstructor()) in finishedDefaultedOrDeletedMember() 1579 if (Constructor->isCopyConstructor()) in setTrivialForCallFlags() 2800 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { in isCopyConstructor() function in CXXConstructorDecl
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 260 if (CD->isCopyConstructor()) in getSymbolInfo()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anoncfce23980b02()
|
| H A D | Consumed.cpp | 789 } else if (Constructor->isCopyConstructor()) { in VisitCXXConstructExpr()
|
| H A D | PathDiagnostic.cpp | 959 else if (CD->isCopyConstructor()) in describeCodeDecl()
|
| H A D | ThreadSafety.cpp | 2092 if (D && D->isCopyConstructor()) { in VisitCXXConstructExpr()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2720 bool isCopyConstructor(unsigned &TypeQuals) const; 2725 bool isCopyConstructor() const { in isCopyConstructor() function 2727 return isCopyConstructor(TypeQuals); in isCopyConstructor()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 423 REGISTER_MATCHER(isCopyConstructor); in RegistryMaps()
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 231 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in isOptionalValueOrConversionConstructor()
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7943 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument 7944 return Node.isCopyConstructor(); in AST_MATCHER()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 3875 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr() 5039 else if (Generated && Ctor->isCopyConstructor()) in BaseAndFieldInfo() 6617 if (Ctor->isCopyConstructor()) in getDefaultedFunctionKind() 6727 if (CD->isCopyConstructor() && !CD->isDeleted() && in canPassInRegisters() 14844 if (I->isCopyConstructor()) { in diagnoseDeprecatedCopyOperation() 15596 CopyConstructor->isCopyConstructor() && in DefineImplicitCopyConstructor()
|
| H A D | SemaStmt.cpp | 3033 if (!CE->getConstructor()->isCopyConstructor()) in DiagnoseForRangeConstVariableCopies()
|
| H A D | SemaDecl.cpp | 1803 return CD->isCopyConstructor(); in IsDisallowedCopyOrAssign() 12688 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr() 18803 else if (CD->isCopyConstructor()) in ComputeSpecialMemberFunctionsEligiblity()
|
| H A D | SemaOverload.cpp | 1625 if (Constructor->isCopyConstructor() && in TryUserDefinedConversion() 10843 assert(Ctor->isCopyConstructor() && in ClassifyOverloadCandidate()
|
| H A D | SemaExprCXX.cpp | 5553 if (Constructor->isCopyConstructor(FoundTQs)) { in EvaluateUnaryTypeTrait()
|
| H A D | SemaExpr.cpp | 17943 } else if (Constructor->isCopyConstructor()) { in MarkFunctionReferenced() 18599 if (Ctor->isCopyConstructor()) in canCaptureVariableByCopy()
|
| /src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 7884 (cxx_ctor_decl->isCopyConstructor() && in AddMethodToCXXRecordType()
|