Searched refs:ListWithSameDeclaration (Results 1 – 2 of 2) sorted by relevance
3217 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local3246 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()3247 ListWithSameDeclaration = List; in addMethodToGlobalList()3250 !ListWithSameDeclaration && in addMethodToGlobalList()3252 ListWithSameDeclaration = List; in addMethodToGlobalList()3290 if (ListWithSameDeclaration) { in addMethodToGlobalList()3291 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()3293 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()3294 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()
3322 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local3351 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()3352 ListWithSameDeclaration = List; in addMethodToGlobalList()3355 !ListWithSameDeclaration && in addMethodToGlobalList()3357 ListWithSameDeclaration = List; in addMethodToGlobalList()3395 if (ListWithSameDeclaration) { in addMethodToGlobalList()3396 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()3398 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()3399 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()