Searched refs:ListWithSameDeclaration (Results 1 – 1 of 1) sorted by relevance
3346 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local3375 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()3376 ListWithSameDeclaration = List; in addMethodToGlobalList()3379 !ListWithSameDeclaration && in addMethodToGlobalList()3381 ListWithSameDeclaration = List; in addMethodToGlobalList()3419 if (ListWithSameDeclaration) { in addMethodToGlobalList()3420 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()3422 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()3423 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()