Searched refs:MethList (Results 1 – 3 of 3) sorted by relevance
5625 for (ObjCMethodList *MethList = &M->second.second; in AddClassMessageCompletions() local5626 MethList && MethList->getMethod(); in AddClassMessageCompletions()5627 MethList = MethList->getNext()) { in AddClassMessageCompletions()5628 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions()5631 Result R(MethList->getMethod(), in AddClassMessageCompletions()5632 Results.getBasePriority(MethList->getMethod()), nullptr); in AddClassMessageCompletions()5798 for (ObjCMethodList *MethList = &M->second.first; in CodeCompleteObjCInstanceMessage() local5799 MethList && MethList->getMethod(); in CodeCompleteObjCInstanceMessage()5800 MethList = MethList->getNext()) { in CodeCompleteObjCInstanceMessage()5801 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage()[all …]
3273 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in CollectMultipleMethodsInGlobalPool() local3274 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) in CollectMultipleMethodsInGlobalPool()3288 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool() local3294 for (ObjCMethodList *ML = &MethList; ML; ML = ML->getNext()) in AreMultipleMethodsInGlobalPool()3301 return MethList.hasMoreThanOneDecl(); in AreMultipleMethodsInGlobalPool()3315 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool() local3317 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) { in LookupMethodInGlobalPool()
1105 ObjCMethodList &MethList) { in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument1106 ObjCMethodList *M = &MethList; in HelperToDiagnoseMismatchedMethodsInGlobalPool()