• Home
  • Raw
  • Download

Lines Matching refs:ObjCMethodList

3198 void Sema::addMethodToGlobalList(ObjCMethodList *List,  in addMethodToGlobalList()
3216 ObjCMethodList *Previous = List; in addMethodToGlobalList()
3217 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList()
3287 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
3291 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()
3298 Previous->setNext(new (Mem) ObjCMethodList(Method)); in addMethodToGlobalList()
3330 ObjCMethodList &Entry = instance ? Pos->second.first : Pos->second.second; in AddMethodToGlobalPool()
3400 ObjCMethodList &MethList = InstanceFirst ? Pos->second.first : in CollectMultipleMethodsInGlobalPool()
3402 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) in CollectMultipleMethodsInGlobalPool()
3416 ObjCMethodList &MethList2 = InstanceFirst ? Pos->second.second : in CollectMultipleMethodsInGlobalPool()
3418 for (ObjCMethodList *M = &MethList2; M; M = M->getNext()) in CollectMultipleMethodsInGlobalPool()
3447 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool()
3463 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool()
3465 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) { in LookupMethodInGlobalPool()
3532 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool()
3539 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool()
3606 for (ObjCMethodList *M = &b->second.first; M; M=M->getNext()) in SelectorsForTypoCorrection()
3618 for (ObjCMethodList *M = &b->second.second; M; M=M->getNext()) in SelectorsForTypoCorrection()
3972 ObjCMethodList &list = in OverrideSearch()
4128 ObjCMethodList &List = in CheckObjCMethodOverrides()