Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
3280 bool Sema::AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod, in AreMultipleMethodsInGlobalPool() argument3289 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3293 Methods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3296 if (!M->isHidden() && M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3402 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3416 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3418 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3419 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2641 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2643 Method = BestMethod; in BuildInstanceMessage()2702 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2704 Method = BestMethod; in BuildInstanceMessage()2772 if (auto BestMethod = in BuildInstanceMessage() local2774 Method = BestMethod; in BuildInstanceMessage()
3150 bool AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,