Searched defs:hasObjCExceptionAttribute (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1690 /// hasObjCExceptionAttribute - Return true if this class or any super
1692 static bool hasObjCExceptionAttribute(ASTContext &Context, function
1697 return hasObjCExceptionAttribute(Context, Super);
6077 if (hasObjCExceptionAttribute(CGM.getContext(), ID->getClassInterface()))
7247 if (hasObjCExceptionAttribute(CGM.getContext(), ID))
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7000 /// hasObjCExceptionAttribute - Return true if this class or any super
7003 static bool hasObjCExceptionAttribute(ASTContext &Context, function
7008 return hasObjCExceptionAttribute(Context, Super);
7123 if (hasObjCExceptionAttribute(*Context, CDecl))

Completed in 83 milliseconds