Searched refs:getReferencedProtocols (Results 1 – 10 of 10) sorted by relevance
461 ? D->getReferencedProtocols() in handleObjCInterface()502 ? D->getReferencedProtocols() in handleObjCProtocol()526 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
1014 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()1052 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
581 Cat->getReferencedProtocols(); in lookupMethod()
806 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function1558 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function1772 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
691 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()2921 search(protocol->getReferencedProtocols()); in searchFrom()2928 search(category->getReferencedProtocols()); in searchFrom()2960 search(iface->getReferencedProtocols()); in searchFrom()
4981 = Protocol->getReferencedProtocols(); in AddObjCMethods()5006 = CatDecl->getReferencedProtocols(); in AddObjCMethods()6214 = IFace->getReferencedProtocols(); in FindImplementableMethods()6237 = Category->getReferencedProtocols(); in FindImplementableMethods()6260 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
676 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
5420 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()5700 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
7218 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
2034 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()