Lines Matching defs:MethList
8390 for (ObjCMethodList *MethList = &M->second.second;
8391 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
8392 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8395 Result R(MethList->getMethod(),
8396 Results.getBasePriority(MethList->getMethod()), nullptr);
8565 for (ObjCMethodList *MethList = &M->second.first;
8566 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
8567 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8570 if (!Selectors.insert(MethList->getMethod()->getSelector()).second)
8573 Result R(MethList->getMethod(),
8574 Results.getBasePriority(MethList->getMethod()), nullptr);
9999 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first
10001 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
10002 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
10009 NumSelIdents <= MethList->getMethod()->param_size()) {
10011 MethList->getMethod()->parameters()[NumSelIdents - 1];
10024 Result R(MethList->getMethod(),
10025 Results.getBasePriority(MethList->getMethod()), nullptr);