Home
last modified time | relevance | path

Searched refs:ListWithSameDeclaration (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3346 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local
3375 !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()