Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3336 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local
3365 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3366 ListWithSameDeclaration = List; in addMethodToGlobalList()
3369 !ListWithSameDeclaration && in addMethodToGlobalList()
3371 ListWithSameDeclaration = List; in addMethodToGlobalList()
3409 if (ListWithSameDeclaration) { in addMethodToGlobalList()
3410 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()
3412 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()
3413 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()