Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1865 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
1870 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
6629 if (hasObjCExceptionAttribute(CGM.getContext(), CI)) in GenerateClass()
7872 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) { in GetInterfaceEHType()
7916 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7003 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
7008 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
7123 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()