Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp145 llvm::FunctionCallee beginCatchFn, in EmitTryCatchStmt() argument
159 beginCatchFn, endCatchFn, exceptionRethrowFn); in EmitTryCatchStmt()
242 if (beginCatchFn) in EmitTryCatchStmt()
243 Exn = CGF.EmitNounwindRuntimeCall(beginCatchFn, RawExn, "exn.adjusted"); in EmitTryCatchStmt()
H A DCGObjCRuntime.h100 llvm::FunctionCallee beginCatchFn,
H A DCGException.cpp1411 llvm::FunctionCallee beginCatchFn, in enter() argument
1414 assert((!!beginCatchFn) == (!!endCatchFn) && in enter()
1418 BeginCatchFn = beginCatchFn; in enter()
H A DCodeGenFunction.h715 llvm::FunctionCallee beginCatchFn,