Home
last modified time | relevance | path

Searched refs:hasObjCExceptionAttribute (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCMac.cpp1689 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
1694 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
5829 if (hasObjCExceptionAttribute(CGM.getContext(), ID->getClassInterface())) in GenerateClass()
6975 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7149 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
7154 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
7270 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()