Lines Matching refs:getMethod
3319 if (List->getMethod() == nullptr) { in addMethodToGlobalList()
3335 List->getMethod()); in addMethodToGlobalList()
3347 !isMethodContextSameForKindofLookup(Method, List->getMethod())) { in addMethodToGlobalList()
3357 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3362 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3367 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList()
3519 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool()
3520 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3521 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3535 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool()
3536 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3537 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3582 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) in LookupMethodInGlobalPool()
3583 return M->getMethod(); in LookupMethodInGlobalPool()
3650 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3651 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3652 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3653 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3657 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3658 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3659 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3660 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3723 if (M->getMethod() && in SelectorsForTypoCorrection()
3724 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3725 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3727 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3729 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3731 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3735 if (M->getMethod() && in SelectorsForTypoCorrection()
3736 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3737 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3739 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3741 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3743 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3943 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance()
4294 if (!list.getMethod()) return; in OverrideSearch()
4395 ObjCMethodDecl *meth = container->getMethod(Method->getSelector(), in search()
4693 if (auto *IMD = IDecl->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4697 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4701 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4705 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()