Searched refs:CatchRetScope (Results 1 – 4 of 4) sorted by relevance
645 struct CatchRetScope final : EHScopeStack::Cleanup {648 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
265 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
904 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()910 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
4715 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()