| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdVariantChecker.cpp | 44 return ConstructorDecl->isCopyConstructor(); in isCopyConstructorCall()
|
| H A D | Iterator.cpp | 40 if (Ctor->isCopyConstructor()) { in isIterator()
|
| H A D | SmartPtrModeling.cpp | 374 if (CC->getDecl()->isCopyConstructor()) in evalCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 260 if (CD->isCopyConstructor()) in getSymbolInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 857 if (Constructor->isCopyConstructor(Quals)) { in addedMember() 1601 if (Constructor->isCopyConstructor()) in finishedDefaultedOrDeletedMember() 1662 if (Constructor->isCopyConstructor()) in setTrivialForCallFlags() 3001 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { in isCopyConstructor() function in CXXConstructorDecl
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 233 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430a02()
|
| H A D | PathDiagnostic.cpp | 954 else if (CD->isCopyConstructor()) in describeCodeDecl()
|
| H A D | Consumed.cpp | 782 } else if (Constructor->isCopyConstructor()) { in VisitCXXConstructExpr()
|
| H A D | ThreadSafety.cpp | 2231 if (D && D->isCopyConstructor()) { in VisitCXXConstructExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2778 bool isCopyConstructor(unsigned &TypeQuals) const; 2783 bool isCopyConstructor() const { in isCopyConstructor() function 2785 return isCopyConstructor(TypeQuals); in isCopyConstructor()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 426 REGISTER_MATCHER(isCopyConstructor); in RegistryMaps()
|
| /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 | 8014 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument 8015 return Node.isCopyConstructor(); in AST_MATCHER()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTypeTraits.cpp | 1057 if (Constructor->isCopyConstructor(FoundTQs)) { in EvaluateUnaryTypeTrait()
|
| H A D | SemaDeclCXX.cpp | 3974 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr() 5130 else if (Generated && Ctor->isCopyConstructor()) in BaseAndFieldInfo() 6725 if (Ctor->isCopyConstructor()) in getDefaultedFunctionKind() 6835 if (CD->isCopyConstructor() && !CD->isDeleted() && in canPassInRegisters() 15133 if (I->isCopyConstructor()) { in diagnoseDeprecatedCopyOperation() 15887 CopyConstructor->isCopyConstructor() && in DefineImplicitCopyConstructor()
|
| H A D | SemaStmt.cpp | 3142 if (!CE->getConstructor()->isCopyConstructor()) in DiagnoseForRangeConstVariableCopies()
|
| H A D | SemaDecl.cpp | 1820 return CD->isCopyConstructor(); in IsDisallowedCopyOrAssign() 12914 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr() 19342 else if (CD->isCopyConstructor()) in ComputeSpecialMemberFunctionsEligiblity()
|
| H A D | SemaExpr.cpp | 18377 } else if (Constructor->isCopyConstructor()) { in MarkFunctionReferenced() 19050 if (Ctor->isCopyConstructor()) in canCaptureVariableByCopy()
|
| H A D | SemaOverload.cpp | 11536 assert(Ctor->isCopyConstructor() && in ClassifyOverloadCandidate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 7824 (cxx_ctor_decl->isCopyConstructor() && in AddMethodToCXXRecordType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9853 …ConstructorDecl17isCopyConstructorERj", "clang::CXXConstructorDecl::isCopyConstructor(unsigned int…
|