Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CatchStmt

3937       const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I);
3939 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
3968 CGF.EmitStmt(CatchStmt->getCatchBody());
4014 CGF.EmitStmt(CatchStmt->getCatchBody());