Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1841 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
1846 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
6543 if (hasObjCExceptionAttribute(CGM.getContext(), CI)) in GenerateClass()
7799 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) { in GetInterfaceEHType()
7843 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6991 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
6996 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
7111 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()