Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1799 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
1804 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
6388 if (hasObjCExceptionAttribute(CGM.getContext(), CI)) in GenerateClass()
7584 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) { in GetInterfaceEHType()
7628 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6995 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
7000 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
7115 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()