Searched refs:FinallyInfo (Results 1 – 3 of 3) sorted by relevance
156 CodeGenFunction::FinallyInfo FinallyInfo; in EmitTryCatchStmt() local159 FinallyInfo.enter(CGF, Finally->getFinallyBody(), in EmitTryCatchStmt()283 FinallyInfo.exit(CGF); in EmitTryCatchStmt()
1414 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, const Stmt *body, in enter()1467 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit()
737 class FinallyInfo {