Searched refs:ListWithSameDeclaration (Results 1 – 1 of 1) sorted by relevance
3309 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local3338 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()3339 ListWithSameDeclaration = List; in addMethodToGlobalList()3342 !ListWithSameDeclaration && in addMethodToGlobalList()3344 ListWithSameDeclaration = List; in addMethodToGlobalList()3382 if (ListWithSameDeclaration) { in addMethodToGlobalList()3383 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()3385 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()3386 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()