Lines Matching refs:EHCatchScope
619 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt()
672 EHCatchScope &catchScope = cast<EHCatchScope>(scope); in getEHDispatchBlock()
884 EHCatchScope &catchScope = cast<EHCatchScope>(*I); in EmitLandingPad()
886 EHCatchScope::Handler handler = catchScope.getHandler(hi); in EmitLandingPad()
948 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock()
967 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitCatchPadBlock()
992 EHCatchScope &CatchScope) { in emitWasmCatchPadBlock()
1018 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1050 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1100 EHCatchScope &catchScope) { in emitCatchDispatchBlock()
1130 const EHCatchScope::Handler &handler = catchScope.getHandler(i); in emitCatchDispatchBlock()
1180 EHCatchScope &catchScope = cast<EHCatchScope>(*EHStack.begin()); in popCatchScope()
1188 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt()
1204 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt()
1463 EHCatchScope *catchScope = CGF.EHStack.pushCatch(1); in enter()
1469 EHCatchScope &catchScope = cast<EHCatchScope>(*CGF.EHStack.begin()); in exit()
2169 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt()
2210 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitSEHTryStmt()