Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
3552 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument3556 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3559 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3572 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3674 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3688 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3690 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3691 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2958 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2960 Method = BestMethod; in BuildInstanceMessage()3028 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local3031 Method = BestMethod; in BuildInstanceMessage()3105 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local3108 Method = BestMethod; in BuildInstanceMessage()
4903 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,