Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp1841 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
1846 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
6584 if (hasObjCExceptionAttribute(CGM.getContext(), CI)) in GenerateClass()
7852 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) { in GetInterfaceEHType()
7896 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6992 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
6997 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
7112 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()