Searched refs:MethList (Results 1 – 3 of 3) sorted by relevance
5547 for (ObjCMethodList *MethList = &M->second.second; in AddClassMessageCompletions() local5548 MethList && MethList->getMethod(); in AddClassMessageCompletions()5549 MethList = MethList->getNext()) { in AddClassMessageCompletions()5550 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions()5553 Result R(MethList->getMethod(), in AddClassMessageCompletions()5554 Results.getBasePriority(MethList->getMethod()), nullptr); in AddClassMessageCompletions()5720 for (ObjCMethodList *MethList = &M->second.first; in CodeCompleteObjCInstanceMessage() local5721 MethList && MethList->getMethod(); in CodeCompleteObjCInstanceMessage()5722 MethList = MethList->getNext()) { in CodeCompleteObjCInstanceMessage()5723 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage()[all …]
2342 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in CollectMultipleMethodsInGlobalPool() local2343 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) in CollectMultipleMethodsInGlobalPool()2357 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool() local2363 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) in AreMultipleMethodsInGlobalPool()2370 return MethList.hasMoreThanOneDecl(); in AreMultipleMethodsInGlobalPool()2384 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool() local2386 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) { in LookupMethodInGlobalPool()
988 ObjCMethodList &MethList) { in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument989 ObjCMethodList *M = &MethList; in HelperToDiagnoseMismatchedMethodsInGlobalPool()