Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp104 if (const IdentifierInfo *ID = LER->getExtendingDecl()->getIdentifier()) in genName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4630 ValueDecl *getExtendingDecl() { in getExtendingDecl() function
4633 ->getExtendingDecl(); in getExtendingDecl()
4635 const ValueDecl *getExtendingDecl() const { in getExtendingDecl() function
4636 return const_cast<MaterializeTemporaryExpr *>(this)->getExtendingDecl(); in getExtendingDecl()
H A DDeclCXX.h3257 ValueDecl *getExtendingDecl() { return ExtendingDecl; } in getExtendingDecl() function
3258 const ValueDecl *getExtendingDecl() const { return ExtendingDecl; } in getExtendingDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp306 const ValueDecl *VD = M->getExtendingDecl(); in pushTemporaryCleanup()
357 dyn_cast_or_null<VarDecl>(M->getExtendingDecl())); in pushTemporaryCleanup()
365 CGF, *cast<VarDecl>(M->getExtendingDecl()), CleanupFn, CleanupArg); in pushTemporaryCleanup()
442 assert((!M->getExtendingDecl() || !isa<VarDecl>(M->getExtendingDecl()) || in EmitMaterializeTemporaryExpr()
443 !cast<VarDecl>(M->getExtendingDecl())->isARCPseudoStrong()) && in EmitMaterializeTemporaryExpr()
473 EmitScalarInit(E, M->getExtendingDecl(), RefTempDst, false); in EmitMaterializeTemporaryExpr()
H A DCodeGenModule.cpp6445 const auto *VD = cast<VarDecl>(E->getExtendingDecl()); in GetAddrOfGlobalTemporary()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1402 if (const ValueDecl *VD = Node->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()
1950 dumpBareDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DAPValue.cpp1184 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
H A DJSONNodeDumper.cpp1522 if (const ValueDecl *VD = MTE->getExtendingDecl()) in VisitMaterializeTemporaryExpr()
H A DExprCXX.cpp1764 auto *VD = dyn_cast_or_null<VarDecl>(getExtendingDecl()); in isUsableInConstantExpressions()
H A DDeclCXX.cpp3048 const ValueDecl *ExtendingDecl = getExtendingDecl(); in getStorageDuration()
H A DASTImporter.cpp8075 auto ExtendingDecl = importChecked(Err, D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DExprConstant.cpp3592 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl(); in lifetimeStartedInEvaluation()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1289 const ValueDecl *getExtendingDecl() const { return ExD; } in getExtendingDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2142 if (const ValueDecl *ExtD = Exp->getExtendingDecl()) { in VisitMaterializeTemporaryExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1255 Record.AddDeclRef(D->getExtendingDecl()); in VisitLifetimeExtendedTemporaryDecl()
H A DASTReaderDecl.cpp3017 LETDecl->getExtendingDecl(), LETDecl->getManglingNumber())]; in mergeMergeable()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8121 IsGslPtrInitWithGslTempOwner = MTE && !MTE->getExtendingDecl() && in checkInitializerLifetime()
H A DSemaDecl.cpp2072 MTE && MTE->getExtendingDecl()) { in ShouldDiagnoseUnusedDecl()