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() function683 ObjCProtocolList ReferencedProtocols;806 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()827 typedef ObjCProtocolList::iterator protocol_iterator;854 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;1517 ObjCProtocolList ReferencedProtocols; 1558 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()1562 typedef ObjCProtocolList::iterator protocol_iterator;1580 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;[all …]
23 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()459 ObjCProtocolList EmptyProtoList; in handleObjCInterface()500 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
312 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
2971 void search(const ObjCProtocolList &protocols) { in search()2972 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()