Lines Matching defs:MethList
8251 for (ObjCMethodList *MethList = &M->second.second;
8252 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
8253 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8256 Result R(MethList->getMethod(),
8257 Results.getBasePriority(MethList->getMethod()), nullptr);
8426 for (ObjCMethodList *MethList = &M->second.first;
8427 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
8428 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8431 if (!Selectors.insert(MethList->getMethod()->getSelector()).second)
8434 Result R(MethList->getMethod(),
8435 Results.getBasePriority(MethList->getMethod()), nullptr);
9860 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first
9862 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
9863 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
9870 NumSelIdents <= MethList->getMethod()->param_size()) {
9872 MethList->getMethod()->parameters()[NumSelIdents - 1];
9885 Result R(MethList->getMethod(),
9886 Results.getBasePriority(MethList->getMethod()), nullptr);