Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h99 void EmitTryCatchStmt(CodeGenFunction &CGF, const ObjCAtTryStmt &S,
H A DCGObjCRuntime.cpp143 void CGObjCRuntime::EmitTryCatchStmt(CodeGenFunction &CGF, in EmitTryCatchStmt() function in CGObjCRuntime
H A DCGObjCGNU.cpp3943 EmitTryCatchStmt(CGF, S, EnterCatchFn, ExitCatchFn, ExceptionReThrowFn); in EmitTryStmt()
H A DCGObjCMac.cpp7832 EmitTryCatchStmt(CGF, S, ObjCTypes.getObjCBeginCatchFn(), in EmitTryStmt()