Searched refs:AllReferencedProtocols (Results 1 – 4 of 4) sorted by relevance
643 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member809 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()811 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()821 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()823 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
331 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()333 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()368 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
505 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()507 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()508 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
778 ID->data().AllReferencedProtocols.set(Protocols.data(), NumProtocols, in VisitObjCInterfaceDecl()