Searched refs:FinallyBlock (Results 1 – 2 of 2) sorted by relevance
199 const Stmt *FinallyBlock = Finally->getFinallyBody(); in EmitTryCatchStmt() local200 HelperCGF.startOutlinedSEHHelper(CGF, /*isFilter*/false, FinallyBlock); in EmitTryCatchStmt()203 HelperCGF.EmitStmt(FinallyBlock); in EmitTryCatchStmt()205 HelperCGF.FinishFunction(FinallyBlock->getEndLoc()); in EmitTryCatchStmt()
2080 const Stmt *FinallyBlock = Finally.getBlock(); in GenerateSEHFinallyFunction() local2081 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()2084 EmitStmt(FinallyBlock); in GenerateSEHFinallyFunction()2086 FinishFunction(FinallyBlock->getEndLoc()); in GenerateSEHFinallyFunction()