Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
3544 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument3548 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3551 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3564 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3666 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3680 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3682 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3683 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2962 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2964 Method = BestMethod; in BuildInstanceMessage()3032 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local3035 Method = BestMethod; in BuildInstanceMessage()3109 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local3112 Method = BestMethod; in BuildInstanceMessage()
4780 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,