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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1683 /// hasObjCExceptionAttribute - Return true if this class or any super
1685 static bool hasObjCExceptionAttribute(ASTContext &Context, function
1690 return hasObjCExceptionAttribute(Context, Super);
6009 if (hasObjCExceptionAttribute(CGM.getContext(), ID->getClassInterface()))
7165 if (hasObjCExceptionAttribute(CGM.getContext(), ID))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7123 /// hasObjCExceptionAttribute - Return true if this class or any super
7126 static bool hasObjCExceptionAttribute(ASTContext &Context, function
7131 return hasObjCExceptionAttribute(Context, Super);
7247 if (hasObjCExceptionAttribute(*Context, CDecl))

Completed in 191 milliseconds