Searched refs:ObjCProtocolList (Results 1 – 5 of 5) sorted by relevance
76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { } in ObjCProtocolList() function682 ObjCProtocolList ReferencedProtocols;805 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()826 typedef ObjCProtocolList::iterator protocol_iterator;853 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;1512 ObjCProtocolList ReferencedProtocols; 1553 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()1557 typedef ObjCProtocolList::iterator protocol_iterator;1575 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;[all …]
23 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()459 ObjCProtocolList EmptyProtoList; in handleObjCInterface()500 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
309 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
2915 void search(const ObjCProtocolList &protocols) { in search()2916 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()