Lines Matching refs:EHCatchScope
544 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt()
593 EHCatchScope &catchScope = cast<EHCatchScope>(scope); in getEHDispatchBlock()
812 EHCatchScope &catchScope = cast<EHCatchScope>(*I); in EmitLandingPad()
814 EHCatchScope::Handler handler = catchScope.getHandler(hi); in EmitLandingPad()
876 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock()
895 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitCatchPadBlock()
919 EHCatchScope &catchScope) { in emitCatchDispatchBlock()
947 const EHCatchScope::Handler &handler = catchScope.getHandler(i); in emitCatchDispatchBlock()
997 EHCatchScope &catchScope = cast<EHCatchScope>(*EHStack.begin()); in popCatchScope()
1005 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt()
1020 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt()
1241 EHCatchScope *catchScope = CGF.EHStack.pushCatch(1); in enter()
1247 EHCatchScope &catchScope = cast<EHCatchScope>(*CGF.EHStack.begin()); in exit()
1794 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt()
1828 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitSEHTryStmt()