Home | History | Annotate | Download | only in Frontend

Lines Matching refs:hasObjCExceptionAttribute

7173 /// hasObjCExceptionAttribute - Return true if this class or any super
7176 static bool hasObjCExceptionAttribute(ASTContext &Context,
7181 return hasObjCExceptionAttribute(Context, Super);
7297 if (hasObjCExceptionAttribute(*Context, CDecl))