Searched refs:CatchStmt (Results 1 – 2 of 2) sorted by relevance
193 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt() local194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl(); in EmitTryCatchStmt()199 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
4190 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt() local4192 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl(); in EmitTryOrSynchronizedStmt()4221 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()4267 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()