Searched refs:hasObjCExceptionAttribute (Results 1 – 3 of 3) sorted by relevance
133 static bool hasObjCExceptionAttribute(const ObjCInterfaceDecl *D) { in hasObjCExceptionAttribute() function182 hasObjCExceptionAttribute(D)); in VisitObjCInterfaceDecl()
1849 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function1854 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()6549 if (hasObjCExceptionAttribute(CGM.getContext(), CI)) in GenerateClass()7805 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) { in GetInterfaceEHType()7849 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
6989 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function6994 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()7109 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()