Searched refs:FinallyBlock (Results 1 – 2 of 2) sorted by relevance
200 const Stmt *FinallyBlock = Finally->getFinallyBody(); in EmitTryCatchStmt() local201 HelperCGF.startOutlinedSEHHelper(CGF, /*isFilter*/false, FinallyBlock); in EmitTryCatchStmt()204 HelperCGF.EmitStmt(FinallyBlock); in EmitTryCatchStmt()206 HelperCGF.FinishFunction(FinallyBlock->getEndLoc()); in EmitTryCatchStmt()
2077 const Stmt *FinallyBlock = Finally.getBlock(); in GenerateSEHFinallyFunction() local2078 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()2081 EmitStmt(FinallyBlock); in GenerateSEHFinallyFunction()2083 FinishFunction(FinallyBlock->getEndLoc()); in GenerateSEHFinallyFunction()