Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp1692 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
1697 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
6077 if (hasObjCExceptionAttribute(CGM.getContext(), ID->getClassInterface())) in GenerateClass()
7247 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7003 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
7008 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
7123 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()