Searched refs:ProtList (Results 1 – 3 of 3) sorted by relevance
390 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols() argument393 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in handleReferencedProtocols()395 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in handleReferencedProtocols()
243 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo() argument246 ObjCInterfaceDecl::protocol_loc_iterator LI = ProtList.loc_begin(); in ObjCProtocolListInfo()248 I = ProtList.begin(), E = ProtList.end(); I != E; ++I, ++LI) { in ObjCProtocolListInfo()
309 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,