Searched refs:ProtList (Results 1 – 3 of 3) sorted by relevance
375 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols() argument378 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()380 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in handleReferencedProtocols()
238 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() argument241 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()243 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in ObjCProtocolListInfo()
309 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,