Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp155 CodeGenFunction::FinallyInfo FinallyInfo; in EmitTryCatchStmt() local
158 FinallyInfo.enter(CGF, Finally->getFinallyBody(), in EmitTryCatchStmt()
282 FinallyInfo.exit(CGF); in EmitTryCatchStmt()
H A DCGException.cpp1410 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, const Stmt *body, in enter()
1463 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit()
H A DCodeGenFunction.h698 class FinallyInfo {