Home
last modified time | relevance | path

Searched refs:endCatchFn (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp146 llvm::FunctionCallee endCatchFn, in EmitTryCatchStmt() argument
159 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
246 if (endCatchFn) { in EmitTryCatchStmt()
252 endCatchFn); in EmitTryCatchStmt()
H A DCGObjCRuntime.h102 llvm::FunctionCallee endCatchFn,
H A DCGException.cpp1418 llvm::FunctionCallee endCatchFn, in enter() argument
1420 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()
1460 ForEHVar, endCatchFn, in enter()
H A DCodeGenFunction.h754 llvm::FunctionCallee endCatchFn, llvm::FunctionCallee rethrowFn);