Lines Matching refs:getMethod

3329   if (List->getMethod() == nullptr) {  in addMethodToGlobalList()
3345 List->getMethod()); in addMethodToGlobalList()
3357 !isMethodContextSameForKindofLookup(Method, List->getMethod())) { in addMethodToGlobalList()
3367 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList()
3372 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3377 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList()
3528 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool()
3529 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3530 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3544 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool()
3545 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3546 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3591 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) in LookupMethodInGlobalPool()
3592 return M->getMethod(); in LookupMethodInGlobalPool()
3660 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3661 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3662 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3663 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3667 if (Method->getMethod() && in LookupImplementedMethodInGlobalPool()
3668 (Method->getMethod()->isDefined() || in LookupImplementedMethodInGlobalPool()
3669 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool()
3670 return Method->getMethod(); in LookupImplementedMethodInGlobalPool()
3733 if (M->getMethod() && in SelectorsForTypoCorrection()
3734 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3735 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3737 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3740 SemaRef, M->getMethod()->getSelector(), ObjectType)) in SelectorsForTypoCorrection()
3741 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3745 if (M->getMethod() && in SelectorsForTypoCorrection()
3746 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3747 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3749 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3752 SemaRef, M->getMethod()->getSelector(), ObjectType)) in SelectorsForTypoCorrection()
3753 Methods.push_back(M->getMethod()); in SelectorsForTypoCorrection()
3953 IDecl->getMethod(MD->getSelector(), MD->isInstanceMethod())) { in DiagnoseCategoryDirectMembersProtocolConformance()
4308 if (!list.getMethod()) return; in OverrideSearch()
4409 ObjCMethodDecl *meth = container->getMethod(Method->getSelector(), in search()
4712 if (auto *IMD = IDecl->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4716 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4720 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4724 if (auto *IMD = Cat->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()