Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CatchStmt

3283       const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I);
3285 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
3314 CGF.EmitStmt(CatchStmt->getCatchBody());
3360 CGF.EmitStmt(CatchStmt->getCatchBody());