Home
last modified time | relevance | path

Searched refs:CatchStmt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp194 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt() local
195 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()
200 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
DCGObjCMac.cpp4123 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt() local
4125 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()
4154 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()
4200 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()