Home
last modified time | relevance | path

Searched refs:getExtendingDecl (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h4529 ValueDecl *getExtendingDecl() { in getExtendingDecl() function
4532 ->getExtendingDecl(); in getExtendingDecl()
4534 const ValueDecl *getExtendingDecl() const { in getExtendingDecl() function
4535 return const_cast<MaterializeTemporaryExpr *>(this)->getExtendingDecl(); in getExtendingDecl()
H A DDeclCXX.h3164 ValueDecl *getExtendingDecl() { return ExtendingDecl; } in getExtendingDecl() function
3165 const ValueDecl *getExtendingDecl() const { return ExtendingDecl; } in getExtendingDecl() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp307 const ValueDecl *VD = M->getExtendingDecl(); in pushTemporaryCleanup()
358 dyn_cast_or_null<VarDecl>(M->getExtendingDecl())); in pushTemporaryCleanup()
366 CGF, *cast<VarDecl>(M->getExtendingDecl()), CleanupFn, CleanupArg); in pushTemporaryCleanup()
443 assert((!M->getExtendingDecl() || !isa<VarDecl>(M->getExtendingDecl()) || in EmitMaterializeTemporaryExpr()
444 !cast<VarDecl>(M->getExtendingDecl())->isARCPseudoStrong()) && in EmitMaterializeTemporaryExpr()
476 EmitScalarInit(E, M->getExtendingDecl(), RefTempDst, false); in EmitMaterializeTemporaryExpr()
H A DCodeGenModule.cpp5839 const auto *VD = cast<VarDecl>(E->getExtendingDecl()); in GetAddrOfGlobalTemporary()
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1277 if (const ValueDecl *VD = Node->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()
1737 dumpBareDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DAPValue.cpp1178 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
H A DExprCXX.cpp1666 auto *VD = dyn_cast_or_null<VarDecl>(getExtendingDecl()); in isUsableInConstantExpressions()
H A DJSONNodeDumper.cpp1417 if (const ValueDecl *VD = MTE->getExtendingDecl()) in VisitMaterializeTemporaryExpr()
H A DDeclCXX.cpp2959 const ValueDecl *ExtendingDecl = getExtendingDecl(); in getStorageDuration()
H A DASTImporter.cpp7616 auto ExtendingDecl = importChecked(Err, D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DExprConstant.cpp3539 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl(); in lifetimeStartedInEvaluation()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp274 if (const ValueDecl *VD = MTE->getExtendingDecl()) { in computeObjectUnderConstruction()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1176 Record.AddDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DASTReaderDecl.cpp2772 LETDecl->getExtendingDecl(), LETDecl->getManglingNumber())]; in mergeMergeable()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp7633 IsGslPtrInitWithGslTempOwner = MTE && !MTE->getExtendingDecl() && in checkInitializerLifetime()
H A DSemaDecl.cpp1997 if (MTE->getExtendingDecl()) { in ShouldDiagnoseUnusedDecl()