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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1849 /// hasObjCExceptionAttribute - Return true if this class or any super
1851 static bool hasObjCExceptionAttribute(ASTContext &Context, function
1856 return hasObjCExceptionAttribute(Context, Super);
6626 if (hasObjCExceptionAttribute(CGM.getContext(), CI))
7855 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) {
7899 if (hasObjCExceptionAttribute(CGM.getContext(), ID))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6993 /// hasObjCExceptionAttribute - Return true if this class or any super
6996 static bool hasObjCExceptionAttribute(ASTContext &Context, function
7001 return hasObjCExceptionAttribute(Context, Super);
7116 if (hasObjCExceptionAttribute(*Context, CDecl))

Completed in 87 milliseconds