Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3328 ObjCMethodList *ListWithSameDeclaration = nullptr; in addMethodToGlobalList() local
3357 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3358 ListWithSameDeclaration = List; in addMethodToGlobalList()
3361 !ListWithSameDeclaration && in addMethodToGlobalList()
3363 ListWithSameDeclaration = List; in addMethodToGlobalList()
3401 if (ListWithSameDeclaration) { in addMethodToGlobalList()
3402 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration); in addMethodToGlobalList()
3404 ListWithSameDeclaration->setMethod(Method); in addMethodToGlobalList()
3405 ListWithSameDeclaration->setNext(List); in addMethodToGlobalList()