Searched refs:CatchRetScope (Results 1 – 4 of 4) sorted by relevance
671 struct CatchRetScope final : EHScopeStack::Cleanup {674 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
235 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
928 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()934 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
5165 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()