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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3309 ObjCMethodList *ListWithSameDeclaration = nullptr; local
3338 !ListWithSameDeclaration && !List->getMethod()->isDeprecated())
3339 ListWithSameDeclaration = List;
3342 !ListWithSameDeclaration &&
3344 ListWithSameDeclaration = List;
3381 // We insert it right before ListWithSameDeclaration.
3382 if (ListWithSameDeclaration) {
3383 auto *List = new (Mem) ObjCMethodList(*ListWithSameDeclaration);
3384 // FIXME: should we clear the other bits in ListWithSameDeclaration?
3385 ListWithSameDeclaration
[all...]

Completed in 164 milliseconds