Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp204 if (CtorDecl->isCopyConstructor() && ParamCount == 1) { in checkPostCall()
H A DIterator.cpp40 if (Ctor->isCopyConstructor()) { in isIterator()
H A DSmartPtrModeling.cpp379 if (CC->getDecl()->isCopyConstructor()) in evalCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp791 if (Constructor->isCopyConstructor(Quals)) { in addedMember()
1407 if (Constructor->isCopyConstructor()) in finishedDefaultedOrDeletedMember()
1456 if (Constructor->isCopyConstructor()) in setTrivialForCallFlags()
2648 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { in isCopyConstructor() function in CXXConstructorDecl
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp117 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon0c1b38f70602()
H A DThreadSafety.cpp2111 if (D && D->isCopyConstructor()) { in VisitCXXConstructExpr()
2131 if (!CopyCtor && Ctor->isCopyConstructor()) in findConstructorForByValueReturn()
H A DConsumed.cpp789 } else if (Constructor->isCopyConstructor()) { in VisitCXXConstructExpr()
H A DPathDiagnostic.cpp957 else if (CD->isCopyConstructor()) in describeCodeDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp259 if (CD->isCopyConstructor()) in getSymbolInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2582 bool isCopyConstructor(unsigned &TypeQuals) const;
2587 bool isCopyConstructor() const { in isCopyConstructor() function
2589 return isCopyConstructor(TypeQuals); in isCopyConstructor()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp396 REGISTER_MATCHER(isCopyConstructor); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7231 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
7232 return Node.isCopyConstructor(); in AST_MATCHER()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3784 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr()
4872 else if (Generated && Ctor->isCopyConstructor()) in BaseAndFieldInfo()
6415 if (Ctor->isCopyConstructor()) in getDefaultedFunctionKind()
6525 if (CD->isCopyConstructor() && !CD->isDeleted()) { in canPassInRegisters()
14220 if (I->isCopyConstructor()) { in diagnoseDeprecatedCopyOperation()
14932 CopyConstructor->isCopyConstructor() && in DefineImplicitCopyConstructor()
H A DSemaStmt.cpp3138 if (!CE->getConstructor()->isCopyConstructor()) in DiagnoseForRangeConstVariableCopies()
H A DSemaOverload.cpp1360 if (Constructor->isCopyConstructor() && in TryUserDefinedConversion()
10120 assert(Ctor->isCopyConstructor() && in ClassifyOverloadCandidate()
H A DSemaExprCXX.cpp5134 if (Constructor->isCopyConstructor(FoundTQs)) { in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp1651 return CD->isCopyConstructor(); in IsDisallowedCopyOrAssign()
11597 if (E->getConstructor()->isCopyConstructor()) { in VisitCXXConstructExpr()
H A DSemaExpr.cpp17132 } else if (Constructor->isCopyConstructor()) { in MarkFunctionReferenced()
17732 if (Ctor->isCopyConstructor()) in canCaptureVariableByCopy()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7676 (cxx_ctor_decl->isCopyConstructor() && in AddMethodToCXXRecordType()