Searched refs:ListWithSameDeclaration (Results 1 – 1 of 1) sorted by relevance
3338 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local3367 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()3368 ListWithSameDeclaration = List; in addMethodToGlobalList()3371 !ListWithSameDeclaration && in addMethodToGlobalList()3373 ListWithSameDeclaration = List; in addMethodToGlobalList()3411 if (ListWithSameDeclaration) { in addMethodToGlobalList()3412 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()3414 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()3415 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()