Searched refs:ObjCProtocolList (Results 1 – 5 of 5) sorted by relevance
76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(0) { } in ObjCProtocolList() function634 ObjCProtocolList ReferencedProtocols;725 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()746 typedef ObjCProtocolList::iterator protocol_iterator;769 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;1346 ObjCProtocolList ReferencedProtocols; 1387 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()1391 typedef ObjCProtocolList::iterator protocol_iterator;1404 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;[all …]
22 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()452 ObjCProtocolList EmptyProtoList; in handleObjCInterface()492 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
315 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
2752 void search(const ObjCProtocolList &protocols) { in search()2753 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()
37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()