Lines Matching refs:getMethod
3279 if (List->getMethod() == nullptr) { in addMethodToGlobalList()
3295 List->getMethod()); in addMethodToGlobalList()
3307 !isMethodContextSameForKindofLookup(Method, List->getMethod())) { in addMethodToGlobalList()
3317 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3322 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3327 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList()
3474 if (M->getMethod() && !M->getMethod()->isHidden()) { in CollectMultipleMethodsInGlobalPool()
3475 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3476 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3490 if (M->getMethod() && !M->getMethod()->isHidden()) { in CollectMultipleMethodsInGlobalPool()
3491 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3492 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3537 if (M->getMethod() && !M->getMethod()->isHidden()) in LookupMethodInGlobalPool()
3538 return M->getMethod(); in LookupMethodInGlobalPool()
3605 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3606 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3607 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3608 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3612 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3613 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3614 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3615 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3678 if (M->getMethod() && in SelectorsForTypoCorrection()
3679 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3680 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3682 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3684 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3686 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3690 if (M->getMethod() && in SelectorsForTypoCorrection()
3691 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3692 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3694 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3696 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3698 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
4177 if (!list.getMethod()) return; in OverrideSearch()
4278 ObjCMethodDecl *meth = container->getMethod(Method->getSelector(), in search()