Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
3428 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument3432 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3435 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3448 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3550 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3564 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3566 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3567 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2652 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2654 Method = BestMethod; in BuildInstanceMessage()2718 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2721 Method = BestMethod; in BuildInstanceMessage()2796 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2799 Method = BestMethod; in BuildInstanceMessage()
3229 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,