Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4777 ValueDecl *getExtendingDecl() { in getExtendingDecl() function
4780 ->getExtendingDecl(); in getExtendingDecl()
4782 const ValueDecl *getExtendingDecl() const { in getExtendingDecl() function
4783 return const_cast<MaterializeTemporaryExpr *>(this)->getExtendingDecl(); in getExtendingDecl()
H A DDeclCXX.h3271 ValueDecl *getExtendingDecl() { return ExtendingDecl; } in getExtendingDecl() function
3272 const ValueDecl *getExtendingDecl() const { return ExtendingDecl; } in getExtendingDecl() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp320 const ValueDecl *VD = M->getExtendingDecl(); in pushTemporaryCleanup()
371 dyn_cast_or_null<VarDecl>(M->getExtendingDecl())); in pushTemporaryCleanup()
379 CGF, *cast<VarDecl>(M->getExtendingDecl()), CleanupFn, CleanupArg); in pushTemporaryCleanup()
456 assert((!M->getExtendingDecl() || !isa<VarDecl>(M->getExtendingDecl()) || in EmitMaterializeTemporaryExpr()
457 !cast<VarDecl>(M->getExtendingDecl())->isARCPseudoStrong()) && in EmitMaterializeTemporaryExpr()
487 EmitScalarInit(E, M->getExtendingDecl(), RefTempDst, false); in EmitMaterializeTemporaryExpr()
H A DCodeGenModule.cpp6591 const auto *VD = cast<VarDecl>(E->getExtendingDecl()); in GetAddrOfGlobalTemporary()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp287 if (const ValueDecl *VD = MTE->getExtendingDecl()) { in computeObjectUnderConstruction()
H A DExprEngine.cpp390 } else if (const ValueDecl *VD = MT->getExtendingDecl()) { in createTemporaryRegionIfNeeded()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp1025 MTE && !MTE->getExtendingDecl() && in checkExprLifetimeImpl()
H A DSemaDecl.cpp1980 MTE && MTE->getExtendingDecl()) { in ShouldDiagnoseUnusedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp1188 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
H A DTextNodeDumper.cpp1637 if (const ValueDecl *VD = Node->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()
2201 dumpBareDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DJSONNodeDumper.cpp1557 if (const ValueDecl *VD = MTE->getExtendingDecl()) in VisitMaterializeTemporaryExpr()
H A DExprCXX.cpp1849 auto *VD = dyn_cast_or_null<VarDecl>(getExtendingDecl()); in isUsableInConstantExpressions()
H A DDeclCXX.cpp3079 const ValueDecl *ExtendingDecl = getExtendingDecl(); in getStorageDuration()
H A DASTImporter.cpp8177 auto ExtendingDecl = importChecked(Err, D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DExprConstant.cpp3620 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl(); in lifetimeStartedInEvaluation()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1294 const ValueDecl *getExtendingDecl() const { return ExD; } in getExtendingDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1293 Record.AddDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DASTReaderDecl.cpp2996 LETDecl->getExtendingDecl(), LETDecl->getManglingNumber())]; in mergeMergeable()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2290 allocateLocal(Inner, E->getExtendingDecl())) { in VisitMaterializeTemporaryExpr()