Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
3551 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument3555 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3558 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3571 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3673 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3687 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3689 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3690 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2963 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2965 Method = BestMethod; in BuildInstanceMessage()3033 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local3036 Method = BestMethod; in BuildInstanceMessage()3110 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local3113 Method = BestMethod; in BuildInstanceMessage()
5029 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,