Searched refs:AllReferencedProtocols (Results 1 – 4 of 4) sorted by relevance
872 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member1105 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()1107 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()1117 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()1119 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
389 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()391 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()421 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
670 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()672 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()673 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
968 ID->data().AllReferencedProtocols.set(Protocols.data(), NumProtocols, in VisitObjCInterfaceDecl()