Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp44 return ConstructorDecl->isCopyConstructor(); in isCopyConstructorCall()
H A DIterator.cpp40 if (Ctor->isCopyConstructor()) { in isIterator()
H A DSmartPtrModeling.cpp374 if (CC->getDecl()->isCopyConstructor()) in evalCall()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp260 if (CD->isCopyConstructor()) in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp857 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 DExprMutationAnalyzer.cpp233 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430a02()
H A DPathDiagnostic.cpp954 else if (CD->isCopyConstructor()) in describeCodeDecl()
H A DConsumed.cpp782 } else if (Constructor->isCopyConstructor()) { in VisitCXXConstructExpr()
H A DThreadSafety.cpp2231 if (D && D->isCopyConstructor()) { in VisitCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2778 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 DRegistry.cpp426 REGISTER_MATCHER(isCopyConstructor); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp264 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in isOptionalValueOrConversionConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8014 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
8015 return Node.isCopyConstructor(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1057 if (Constructor->isCopyConstructor(FoundTQs)) { in EvaluateUnaryTypeTrait()
H A DSemaDeclCXX.cpp3974 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 DSemaStmt.cpp3142 if (!CE->getConstructor()->isCopyConstructor()) in DiagnoseForRangeConstVariableCopies()
H A DSemaDecl.cpp1820 return CD->isCopyConstructor(); in IsDisallowedCopyOrAssign()
12914 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr()
19342 else if (CD->isCopyConstructor()) in ComputeSpecialMemberFunctionsEligiblity()
H A DSemaExpr.cpp18377 } else if (Constructor->isCopyConstructor()) { in MarkFunctionReferenced()
19050 if (Ctor->isCopyConstructor()) in canCaptureVariableByCopy()
H A DSemaOverload.cpp11536 assert(Ctor->isCopyConstructor() && in ClassifyOverloadCandidate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7824 (cxx_ctor_decl->isCopyConstructor() && in AddMethodToCXXRecordType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9853 …ConstructorDecl17isCopyConstructorERj", "clang::CXXConstructorDecl::isCopyConstructor(unsigned int…