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.cpp3335 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local
3364 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3365 ListWithSameDeclaration = List; in addMethodToGlobalList()
3368 !ListWithSameDeclaration && in addMethodToGlobalList()
3370 ListWithSameDeclaration = List; in addMethodToGlobalList()
3408 if (ListWithSameDeclaration) { in addMethodToGlobalList()
3409 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()
3411 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()
3412 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()