Searched refs:AllReferencedProtocols (Results 1 – 4 of 4) sorted by relevance
1170 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member1415 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()1417 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()1428 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()1430 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
452 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()454 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()484 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
775 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()777 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()778 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
1192 Data.AllReferencedProtocols.set(Protocols.data(), NumProtocols, in ReadObjCDefinitionData()