Searched refs:getReferencedProtocols (Results 1 – 9 of 9) sorted by relevance
454 ? D->getReferencedProtocols() in handleObjCInterface()494 ? D->getReferencedProtocols() in handleObjCProtocol()518 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
725 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function1387 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function1585 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
965 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()1002 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
414 Cat->getReferencedProtocols(); in lookupMethod()
641 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()2698 search(protocol->getReferencedProtocols()); in searchFrom()2705 search(category->getReferencedProtocols()); in searchFrom()2741 search(iface->getReferencedProtocols()); in searchFrom()
4866 = Protocol->getReferencedProtocols(); in AddObjCMethods()4899 = CatDecl->getReferencedProtocols(); in AddObjCMethods()6130 = IFace->getReferencedProtocols(); in FindImplementableMethods()6156 = Category->getReferencedProtocols(); in FindImplementableMethods()6179 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
5500 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()5784 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
7324 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
2036 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()