Searched refs:CatchRetScope (Results 1 – 4 of 4) sorted by relevance
670 struct CatchRetScope final : EHScopeStack::Cleanup {673 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} in CatchRetScope() function
239 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in EmitTryCatchStmt()
923 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()929 CGF.EHStack.pushCleanup<CatchRetScope>(NormalCleanup, CPI); in emitBeginCatch()
4751 CGF.EHStack.pushCleanup<CatchRetScope>( in emitBeginCatch()