Searched refs:ProtList (Results 1 – 3 of 3) sorted by relevance
205 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols() argument207 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()209 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in handleReferencedProtocols()
235 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() argument238 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()240 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in ObjCProtocolListInfo()
311 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,