Lines Matching refs:getMethod
7971 SuperMethod = Class->getMethod(CurMethod->getSelector(),
7977 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(),
8252 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
8253 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8256 Result R(MethList->getMethod(),
8257 Results.getBasePriority(MethList->getMethod()), nullptr);
8427 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
8428 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8431 if (!Selectors.insert(MethList->getMethod()->getSelector()).second)
8434 Result R(MethList->getMethod(),
8435 Results.getBasePriority(MethList->getMethod()), nullptr);
9862 MethList && MethList->getMethod(); MethList = MethList->getNext()) {
9863 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
9870 NumSelIdents <= MethList->getMethod()->param_size()) {
9872 MethList->getMethod()->parameters()[NumSelIdents - 1];
9885 Result R(MethList->getMethod(),
9886 Results.getBasePriority(MethList->getMethod()), nullptr);