Searched refs:AllReferencedProtocols (Results 1 – 4 of 4) sorted by relevance
1112 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member1345 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()1347 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()1357 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()1359 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
417 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()419 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()449 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
694 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()696 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()697 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
1023 ID->data().AllReferencedProtocols.set(Protocols.data(), NumProtocols, in VisitObjCInterfaceDecl()