Searched refs:CatchRetScope (Results 1 – 4 of 4) sorted by relevance
661 struct CatchRetScope final : EHScopeStack::Cleanup {664 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
264 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
910 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()916 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
4720 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()