Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasObjCExceptionAttribute

1693 /// hasObjCExceptionAttribute - Return true if this class or any super
1695 static bool hasObjCExceptionAttribute(ASTContext &Context,
1700 return hasObjCExceptionAttribute(Context, Super);
5871 if (hasObjCExceptionAttribute(CGM.getContext(), ID->getClassInterface()))
7008 if (hasObjCExceptionAttribute(CGM.getContext(), ID))