Lines Matching refs:getMethod
3313 if (List->getMethod() == nullptr) { in addMethodToGlobalList()
3329 List->getMethod()); in addMethodToGlobalList()
3341 !isMethodContextSameForKindofLookup(Method, List->getMethod())) { in addMethodToGlobalList()
3351 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3356 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3361 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList()
3511 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool()
3512 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3513 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
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()
3574 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) in LookupMethodInGlobalPool()
3575 return M->getMethod(); in LookupMethodInGlobalPool()
3642 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3643 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3644 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3645 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3649 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3650 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3651 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3652 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3715 if (M->getMethod() && in SelectorsForTypoCorrection()
3716 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3717 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3719 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3721 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3723 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3727 if (M->getMethod() && in SelectorsForTypoCorrection()
3728 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3729 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3731 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3733 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3735 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3935 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance()
4286 if (!list.getMethod()) return; in OverrideSearch()
4387 ObjCMethodDecl *meth = container->getMethod(Method->getSelector(), in search()
4685 if (auto *IMD = IDecl->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4689 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4693 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4697 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()