Lines Matching refs:EHCatchScope
563 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt()
612 EHCatchScope &catchScope = cast<EHCatchScope>(scope); in getEHDispatchBlock()
835 EHCatchScope &catchScope = cast<EHCatchScope>(*I); in EmitLandingPad()
837 EHCatchScope::Handler handler = catchScope.getHandler(hi); in EmitLandingPad()
899 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock()
918 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitCatchPadBlock()
943 EHCatchScope &CatchScope) { in emitWasmCatchPadBlock()
969 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1001 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1051 EHCatchScope &catchScope) { in emitCatchDispatchBlock()
1081 const EHCatchScope::Handler &handler = catchScope.getHandler(i); in emitCatchDispatchBlock()
1131 EHCatchScope &catchScope = cast<EHCatchScope>(*EHStack.begin()); in popCatchScope()
1139 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt()
1155 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt()
1415 EHCatchScope *catchScope = CGF.EHStack.pushCatch(1); in enter()
1421 EHCatchScope &catchScope = cast<EHCatchScope>(*CGF.EHStack.begin()); in exit()
2007 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt()
2042 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitSEHTryStmt()