Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
3536 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument3540 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3543 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3556 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3658 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3672 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3674 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3675 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()
4488 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,