Searched refs:CatchRetScope (Results 1 – 4 of 4) sorted by relevance
610 struct CatchRetScope final : EHScopeStack::Cleanup {613 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
267 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
876 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()882 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
4278 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()