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()
991 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()1029 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
578 Cat->getReferencedProtocols(); in lookupMethod()
805 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function1553 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function1763 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
695 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()2865 search(protocol->getReferencedProtocols()); in searchFrom()2872 search(category->getReferencedProtocols()); in searchFrom()2904 search(iface->getReferencedProtocols()); in searchFrom()
4836 = Protocol->getReferencedProtocols(); in AddObjCMethods()4861 = CatDecl->getReferencedProtocols(); in AddObjCMethods()6069 = IFace->getReferencedProtocols(); in FindImplementableMethods()6092 = Category->getReferencedProtocols(); in FindImplementableMethods()6115 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
564 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
5440 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()5721 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
7245 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
2028 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()