Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3288 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local
3317 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3318 ListWithSameDeclaration = List; in addMethodToGlobalList()
3321 !ListWithSameDeclaration && in addMethodToGlobalList()
3323 ListWithSameDeclaration = List; in addMethodToGlobalList()
3361 if (ListWithSameDeclaration) { in addMethodToGlobalList()
3362 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()
3364 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()
3365 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()