Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp133 static bool hasObjCExceptionAttribute(const ObjCInterfaceDecl *D) { in hasObjCExceptionAttribute() function
182 hasObjCExceptionAttribute(D)); in VisitObjCInterfaceDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1849 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
1854 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
6549 if (hasObjCExceptionAttribute(CGM.getContext(), CI)) in GenerateClass()
7805 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) { in GetInterfaceEHType()
7849 if (hasObjCExceptionAttribute(CGM.getContext(), ID)) in GetInterfaceEHType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6989 static bool hasObjCExceptionAttribute(ASTContext &Context, in hasObjCExceptionAttribute() function
6994 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
7109 if (hasObjCExceptionAttribute(*Context, CDecl)) in RewriteObjCClassMetaData()