Lines Matching refs:EHCatchScope
613 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt()
666 EHCatchScope &catchScope = cast<EHCatchScope>(scope); in getEHDispatchBlock()
878 EHCatchScope &catchScope = cast<EHCatchScope>(*I); in EmitLandingPad()
880 EHCatchScope::Handler handler = catchScope.getHandler(hi); in EmitLandingPad()
942 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock()
961 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitCatchPadBlock()
986 EHCatchScope &CatchScope) { in emitWasmCatchPadBlock()
1012 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1044 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitWasmCatchPadBlock()
1094 EHCatchScope &catchScope) { in emitCatchDispatchBlock()
1124 const EHCatchScope::Handler &handler = catchScope.getHandler(i); in emitCatchDispatchBlock()
1174 EHCatchScope &catchScope = cast<EHCatchScope>(*EHStack.begin()); in popCatchScope()
1182 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt()
1198 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt()
1459 EHCatchScope *catchScope = CGF.EHStack.pushCatch(1); in enter()
1465 EHCatchScope &catchScope = cast<EHCatchScope>(*CGF.EHStack.begin()); in exit()
2165 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt()
2206 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitSEHTryStmt()