Home
last modified time | relevance | path

Searched defs:Finally (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp156 if (const ObjCAtFinallyStmt *Finally = S.getFinallyStmt()) in EmitTryCatchStmt() local
193 if (const ObjCAtFinallyStmt *Finally = S.getFinallyStmt()) { in EmitTryCatchStmt() local
H A DCGException.cpp2095 const SEHFinallyStmt &Finally) { in GenerateSEHFinallyFunction()
2173 if (const SEHFinallyStmt *Finally = S.getFinallyHandler()) { in EnterSEHTryStmt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp448 } else if (SEHFinallyStmt *Finally = TS->getFinallyHandler()) { in BuildScopeInformation() local
H A DSemaExceptionSpec.cpp1578 if (const Stmt *Finally = TS->getFinallyStmt()) in canThrow() local
H A DSemaObjC.cpp224 Stmt *Finally) { in ActOnObjCAtTryStmt()
H A DTreeTransform.h1613 Stmt *Finally) { in RebuildObjCAtTryStmt()
8609 StmtResult Finally; in TransformObjCAtTryStmt() local