| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 88 : E(NE), D(NE->getConstructor()), K(Constructor) {} in AnyCall() 91 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {} in AnyCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 83 asImpl().visitUsedDecl(E->getBeginLoc(), E->getConstructor()); in VisitCXXConstructExpr()
|
| H A D | SemaCUDA.cpp | 494 return isEmptyCudaConstructor(Loc, CE->getConstructor()); in isEmptyCudaConstructor() 587 return S.isEmptyCudaConstructor(VD->getLocation(), CE->getConstructor()); in HasAllowedCUDADeviceStaticInitializer() 632 InitFn = CE->getConstructor(); in checkAllowedCUDAInitializer()
|
| H A D | SemaExceptionSpec.cpp | 1175 CanThrowResult CT = canCalleeThrow(*this, CE, CE->getConstructor()); in canThrow() 1183 return canCalleeThrow(*this, ICIE, ICIE->getConstructor()); in canThrow()
|
| H A D | JumpDiagnostics.cpp | 205 const CXXConstructorDecl *Ctor = CCE->getConstructor(); in GetDiagForGotoScopeDecl()
|
| H A D | SemaInit.cpp | 6978 const auto *Ctor = CCE->getConstructor(); in handleGslAnnotatedTypes() 7032 Callee = CCE->getConstructor(); in visitLifetimeBoundArguments() 7386 if (CCE->getConstructor()->isCopyOrMoveConstructor()) { in visitLocalsRetainedByInitializer() 7390 CCE->getConstructor()}); in visitLocalsRetainedByInitializer() 7842 if (!CCE->getConstructor()->isCopyOrMoveConstructor()) in CheckMoveOnConstruction()
|
| H A D | SemaCoroutine.cpp | 665 auto const *Ctor = cast<CXXConstructExpr>(E)->getConstructor(); in checkNoThrow()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 351 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() 361 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 97 CXXConstructorDecl *Ctor = E->getConstructor(); in VisitCXXConstructExpr()
|
| H A D | ThreadSafety.cpp | 2110 const CXXConstructorDecl *D = Exp->getConstructor(); in VisitCXXConstructExpr() 2169 const auto *CtorD = dyn_cast_or_null<NamedDecl>(CE->getConstructor()); in VisitDeclStmt()
|
| H A D | Consumed.cpp | 772 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 900 return getOriginExpr()->getConstructor(); in getDecl() 959 return getOriginExpr()->getConstructor(); in getDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 620 if (CE && CE->getConstructor()->isTrivial() && in handleConstructor() 621 CE->getConstructor()->isCopyOrMoveConstructor() && in handleConstructor()
|
| H A D | ExprEngineCallAndReturn.cpp | 254 svalBuilder.getCXXThis(CCE->getConstructor()->getParent(), calleeCtx); in processCallExit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 357 return IndexCtx.handleReference(E->getConstructor(), E->getLocation(), in VisitCXXConstructExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 666 (CE && isMemcpyEquivalentSpecialMember(CE->getConstructor()))) { in EmitMemberInitializer() 1073 if (!(CE && isMemcpyEquivalentSpecialMember(CE->getConstructor())) && in isMemberInitMemcpyable() 2094 EmitCallArgs(Args, FPT, E->arguments(), E->getConstructor(), in EmitCXXConstructorCall() 2341 EmitCallArgs(Args, FPT, drop_begin(E->arguments(), 1), E->getConstructor(), in EmitSynthesizedCXXCopyCtorCall()
|
| H A D | CGExprAgg.cpp | 465 return Cons->getConstructor()->isDefaultConstructor() && in isTrivialFiller() 466 Cons->getConstructor()->isTrivial(); in isTrivialFiller() 1322 E->getConstructor(), E->constructsVBase(), Slot.getAddress(), in VisitCXXInheritedCtorInitExpr()
|
| H A D | CGExprCXX.cpp | 587 const CXXConstructorDecl *CD = E->getConstructor(); in EmitCXXConstructExpr() 666 const CXXConstructorDecl *CD = E->getConstructor(); in EmitSynthesizedCXXCopyCtor() 1156 CXXConstructorDecl *Ctor = CCE->getConstructor(); in EmitNewArrayInitializer()
|
| H A D | CGExprConstant.cpp | 1283 if (!E->getConstructor()->isTrivial()) in VisitCXXConstructExpr() 1289 assert(E->getConstructor()->isCopyOrMoveConstructor() && in VisitCXXConstructExpr() 1622 const CXXConstructorDecl *CD = E->getConstructor(); in tryEmitPrivateForVarInit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1942 return cast<CXXConstructExpr>(SubExpr)->getConstructor(); in getConversionFunction() 2671 if (const CXXConstructorDecl *Ctor = CE->getConstructor()) { in isUnusedResultAWarning() 3191 if (CE->getConstructor()->isTrivial() && in isConstantInitializer() 3192 CE->getConstructor()->getParent()->hasTrivialDestructor()) { in isConstantInitializer() 3614 if (!CE->getConstructor()->isTrivial() && IncludePossibleEffects) in HasSideEffects() 3623 if (!ICIE->getConstructor()->isTrivial() && IncludePossibleEffects) in HasSideEffects() 3718 if (E->getConstructor()->isTrivial()) { in VisitCXXConstructExpr()
|
| H A D | StmtProfile.cpp | 1905 VisitDecl(S->getConstructor()); in VisitCXXConstructExpr() 1912 VisitDecl(S->getConstructor()); in VisitCXXInheritedCtorInitExpr()
|
| H A D | ItaniumMangle.cpp | 831 FD = Inherited.getConstructor(); in mangleFunctionEncodingBareType() 1568 InheritedFrom = Inherited.getConstructor()->getParent(); in mangleUnqualifiedName() 1570 TemplateName(Inherited.getConstructor()->getPrimaryTemplate()); in mangleUnqualifiedName() 1572 Inherited.getConstructor()->getTemplateSpecializationArgs(); in mangleUnqualifiedName()
|
| H A D | JSONNodeDumper.cpp | 1356 CXXConstructorDecl *Ctor = CE->getConstructor(); in VisitCXXConstructExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1603 Record.AddDeclRef(E->getConstructor()); in VisitCXXConstructExpr() 1614 Record.AddDeclRef(E->getConstructor()); in VisitCXXInheritedCtorInitExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1532 CXXConstructorDecl *getConstructor() const { return Constructor; } in getConstructor() function 1686 CXXConstructorDecl *getConstructor() const { return Constructor; } in getConstructor() function
|