Home
last modified time | relevance | path

Searched refs:FinallyInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp183 CodeGenFunction::FinallyInfo FinallyInfo; in EmitTryCatchStmt() local
185 FinallyInfo.enter(CGF, Finally->getFinallyBody(), in EmitTryCatchStmt()
276 FinallyInfo.exit(CGF); in EmitTryCatchStmt()
DCGException.cpp1189 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, in enter()
1245 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit()
DCodeGenFunction.h372 class FinallyInfo {