Searched refs:ObjCProtocolList (Results 1 – 6 of 6) sorted by relevance
76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { } in ObjCProtocolList() function1109 ObjCProtocolList ReferencedProtocols;1254 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()1275 typedef ObjCProtocolList::iterator protocol_iterator;1302 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;1977 ObjCProtocolList ReferencedProtocols; 2018 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()2022 typedef ObjCProtocolList::iterator protocol_iterator;2040 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;[all …]
235 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()682 ObjCProtocolList EmptyProtoList; in handleObjCInterface()723 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
311 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
205 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols()
37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
4067 void search(const ObjCProtocolList &protocols) { in search()4068 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()