Lines Matching refs:getMethod
3327 if (List->getMethod() == nullptr) { in addMethodToGlobalList()
3343 List->getMethod()); in addMethodToGlobalList()
3355 !isMethodContextSameForKindofLookup(Method, List->getMethod())) { in addMethodToGlobalList()
3365 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3370 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3375 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList()
3527 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool()
3528 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3529 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3543 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool()
3544 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3545 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3590 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) in LookupMethodInGlobalPool()
3591 return M->getMethod(); in LookupMethodInGlobalPool()
3658 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3659 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3660 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3661 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3665 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3666 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3667 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3668 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3731 if (M->getMethod() && in SelectorsForTypoCorrection()
3732 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3733 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3735 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3737 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3739 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3743 if (M->getMethod() && in SelectorsForTypoCorrection()
3744 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3745 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3747 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3749 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3751 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3951 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance()
4302 if (!list.getMethod()) return; in OverrideSearch()
4403 ObjCMethodDecl *meth = container->getMethod(Method->getSelector(), in search()
4705 if (auto *IMD = IDecl->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4709 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4713 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4717 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()