Searched refs:BestMethod (Results 1 – 3 of 3) sorted by relevance
2349 bool Sema::AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod, in AreMultipleMethodsInGlobalPool() argument2358 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()2362 Methods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()2365 M->getMethod() != BestMethod) in AreMultipleMethodsInGlobalPool()2471 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument2485 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()2487 BestMethod.clear(); in HelperSelectorsForTypoCorrection()2488 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2393 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2395 Method = BestMethod; in BuildInstanceMessage()2453 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local2455 Method = BestMethod; in BuildInstanceMessage()2521 if (auto BestMethod = in BuildInstanceMessage() local2523 Method = BestMethod; in BuildInstanceMessage()
2921 bool AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,