Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
3499 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument3503 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3506 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3519 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3621 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3635 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3637 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3638 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2776 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2778 Method = BestMethod; in BuildInstanceMessage()2847 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2850 Method = BestMethod; in BuildInstanceMessage()2925 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2928 Method = BestMethod; in BuildInstanceMessage()
3590 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,