Searched refs:ListWithSameDeclaration (Results 1 – 1 of 1) sorted by relevance
3328 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local3357 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()3358 ListWithSameDeclaration = List; in addMethodToGlobalList()3361 !ListWithSameDeclaration && in addMethodToGlobalList()3363 ListWithSameDeclaration = List; in addMethodToGlobalList()3401 if (ListWithSameDeclaration) { in addMethodToGlobalList()3402 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()3404 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()3405 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()