Searched refs:FinallyBlock (Results 1 – 2 of 2) sorted by relevance
202 const Stmt *FinallyBlock = Finally->getFinallyBody(); in EmitTryCatchStmt() local203 HelperCGF.startOutlinedSEHHelper(CGF, /*isFilter*/false, FinallyBlock); in EmitTryCatchStmt()206 HelperCGF.EmitStmt(FinallyBlock); in EmitTryCatchStmt()208 HelperCGF.FinishFunction(FinallyBlock->getEndLoc()); in EmitTryCatchStmt()
1916 const Stmt *FinallyBlock = Finally.getBlock(); in GenerateSEHFinallyFunction() local1917 startOutlinedSEHHelper(ParentCGF, false, FinallyBlock); in GenerateSEHFinallyFunction()1920 EmitStmt(FinallyBlock); in GenerateSEHFinallyFunction()1922 FinishFunction(FinallyBlock->getEndLoc()); in GenerateSEHFinallyFunction()