Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp156 CodeGenFunction::FinallyInfo FinallyInfo; in EmitTryCatchStmt() local
159 FinallyInfo.enter(CGF, Finally->getFinallyBody(), in EmitTryCatchStmt()
283 FinallyInfo.exit(CGF); in EmitTryCatchStmt()
H A DCGException.cpp1414 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, const Stmt *body, in enter()
1467 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit()
H A DCodeGenFunction.h737 class FinallyInfo {