Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp155 CodeGenFunction::FinallyInfo FinallyInfo; in EmitTryCatchStmt() local
158 FinallyInfo.enter(CGF, Finally->getFinallyBody(), in EmitTryCatchStmt()
282 FinallyInfo.exit(CGF); in EmitTryCatchStmt()
DCGException.cpp1410 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, const Stmt *body, in enter()
1463 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { in exit()
DCodeGenFunction.h698 class FinallyInfo {