Home
last modified time | relevance | path

Searched refs:isCopyConstructor (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp46 return ConstructorDecl->isCopyConstructor(); in isCopyConstructorCall()
H A DSmartPtrModeling.cpp377 if (CC->getDecl()->isCopyConstructor()) in evalCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp850 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
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430b02()
H A DPathDiagnostic.cpp959 else if (CD->isCopyConstructor()) in describeCodeDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp260 if (CD->isCopyConstructor()) in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2720 bool isCopyConstructor(unsigned &TypeQuals) const;
2725 bool isCopyConstructor() const { in isCopyConstructor() function
2727 return isCopyConstructor(TypeQuals); in isCopyConstructor()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp231 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in isOptionalValueOrConversionConstructor()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp423 REGISTER_MATCHER(isCopyConstructor); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7943 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
7944 return Node.isCopyConstructor(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3875 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 DSemaStmt.cpp3033 if (!CE->getConstructor()->isCopyConstructor()) in DiagnoseForRangeConstVariableCopies()
H A DSemaDecl.cpp1803 return CD->isCopyConstructor(); in IsDisallowedCopyOrAssign()
12688 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr()
18803 else if (CD->isCopyConstructor()) in ComputeSpecialMemberFunctionsEligiblity()
H A DSemaOverload.cpp1625 if (Constructor->isCopyConstructor() && in TryUserDefinedConversion()
10843 assert(Ctor->isCopyConstructor() && in ClassifyOverloadCandidate()
H A DSemaExprCXX.cpp5553 if (Constructor->isCopyConstructor(FoundTQs)) { in EvaluateUnaryTypeTrait()
H A DSemaExpr.cpp17943 } else if (Constructor->isCopyConstructor()) { in MarkFunctionReferenced()
18599 if (Ctor->isCopyConstructor()) in canCaptureVariableByCopy()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7884 (cxx_ctor_decl->isCopyConstructor() && in AddMethodToCXXRecordType()