Lines Matching refs:CatchStmt
3967 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I);3969 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();3998 CGF.EmitStmt(CatchStmt->getCatchBody());4044 CGF.EmitStmt(CatchStmt->getCatchBody());