Lines Matching refs:ObjCMethodList

3150 void Sema::addMethodToGlobalList(ObjCMethodList *List,  in addMethodToGlobalList()
3168 ObjCMethodList *Previous = List; in addMethodToGlobalList()
3214 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
3215 Previous->setNext(new (Mem) ObjCMethodList(Method)); in addMethodToGlobalList()
3241 ObjCMethodList &Entry = instance ? Pos->second.first : Pos->second.second; in AddMethodToGlobalPool()
3273 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in CollectMultipleMethodsInGlobalPool()
3274 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) in CollectMultipleMethodsInGlobalPool()
3288 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool()
3294 for (ObjCMethodList *ML = &MethList; ML; ML = ML->getNext()) in AreMultipleMethodsInGlobalPool()
3315 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool()
3317 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) { in LookupMethodInGlobalPool()
3384 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool()
3391 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool()
3458 for (ObjCMethodList *M = &b->second.first; M; M=M->getNext()) in SelectorsForTypoCorrection()
3470 for (ObjCMethodList *M = &b->second.second; M; M=M->getNext()) in SelectorsForTypoCorrection()
3823 ObjCMethodList &list = in OverrideSearch()
3979 ObjCMethodList &List = in CheckObjCMethodOverrides()