Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.cpp145 llvm::FunctionCallee endCatchFn, in EmitTryCatchStmt() argument
158 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
246 if (endCatchFn) { in EmitTryCatchStmt()
252 endCatchFn); in EmitTryCatchStmt()
HDCGObjCRuntime.h100 llvm::FunctionCallee endCatchFn,
HDCGException.cpp1366 llvm::FunctionCallee endCatchFn, in enter() argument
1368 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()
1408 ForEHVar, endCatchFn, in enter()
HDCodeGenFunction.h592 llvm::FunctionCallee endCatchFn, llvm::FunctionCallee rethrowFn);