Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp308 const ValueDecl *VD = M->getExtendingDecl(); in pushTemporaryCleanup()
359 dyn_cast_or_null<VarDecl>(M->getExtendingDecl())); in pushTemporaryCleanup()
367 CGF, *cast<VarDecl>(M->getExtendingDecl()), CleanupFn, CleanupArg); in pushTemporaryCleanup()
444 assert((!M->getExtendingDecl() || !isa<VarDecl>(M->getExtendingDecl()) || in EmitMaterializeTemporaryExpr()
445 !cast<VarDecl>(M->getExtendingDecl())->isARCPseudoStrong()) && in EmitMaterializeTemporaryExpr()
477 EmitScalarInit(E, M->getExtendingDecl(), RefTempDst, false); in EmitMaterializeTemporaryExpr()
H A DCodeGenModule.cpp6003 const auto *VD = cast<VarDecl>(E->getExtendingDecl()); in GetAddrOfGlobalTemporary()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h4612 ValueDecl *getExtendingDecl() { in getExtendingDecl() function
4615 ->getExtendingDecl(); in getExtendingDecl()
4617 const ValueDecl *getExtendingDecl() const { in getExtendingDecl() function
4618 return const_cast<MaterializeTemporaryExpr *>(this)->getExtendingDecl(); in getExtendingDecl()
H A DDeclCXX.h3178 ValueDecl *getExtendingDecl() { return ExtendingDecl; } in getExtendingDecl() function
3179 const ValueDecl *getExtendingDecl() const { return ExtendingDecl; } in getExtendingDecl() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1277 if (const ValueDecl *VD = Node->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()
1757 dumpBareDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DAPValue.cpp1178 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
H A DJSONNodeDumper.cpp1449 if (const ValueDecl *VD = MTE->getExtendingDecl()) in VisitMaterializeTemporaryExpr()
H A DExprCXX.cpp1744 auto *VD = dyn_cast_or_null<VarDecl>(getExtendingDecl()); in isUsableInConstantExpressions()
H A DDeclCXX.cpp2994 const ValueDecl *ExtendingDecl = getExtendingDecl(); in getStorageDuration()
H A DASTImporter.cpp7760 auto ExtendingDecl = importChecked(Err, D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DExprConstant.cpp3541 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl(); in lifetimeStartedInEvaluation()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp286 if (const ValueDecl *VD = MTE->getExtendingDecl()) { in computeObjectUnderConstruction()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp2124 if (const ValueDecl *ExtD = Exp->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1195 Record.AddDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DASTReaderDecl.cpp2864 LETDecl->getExtendingDecl(), LETDecl->getManglingNumber())]; in mergeMergeable()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp7961 IsGslPtrInitWithGslTempOwner = MTE && !MTE->getExtendingDecl() && in checkInitializerLifetime()
H A DSemaDecl.cpp2027 if (MTE->getExtendingDecl()) { in ShouldDiagnoseUnusedDecl()