Searched refs:CatchRetScope (Results 1 – 4 of 4) sorted by relevance
680 struct CatchRetScope final : EHScopeStack::Cleanup {683 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
237 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
935 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()941 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
4827 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()