Searched refs:BestMethod (Results 1 – 4 of 4) sorted by relevance
3556 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument3560 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()3563 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()3576 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()3678 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument3692 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()3694 BestMethod.clear(); in HelperSelectorsForTypoCorrection()3695 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2956 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( in BuildInstanceMessage() local2958 Method = BestMethod; in BuildInstanceMessage()3026 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( in BuildInstanceMessage() local3028 Method = BestMethod; in BuildInstanceMessage()3103 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( in BuildInstanceMessage() local3105 Method = BestMethod; in BuildInstanceMessage()
9603 CXXMethodDecl *BestMethod = nullptr; in CheckMemberSpecialization() local9608 getMoreConstrainedFunction(Method, BestMethod) == Method) { in CheckMemberSpecialization()9610 BestMethod = Method; in CheckMemberSpecialization()9615 Instantiation = BestMethod; in CheckMemberSpecialization()9616 InstantiatedFrom = BestMethod->getInstantiatedFromMemberFunction(); in CheckMemberSpecialization()9617 MSInfo = BestMethod->getMemberSpecializationInfo(); in CheckMemberSpecialization()9625 getMoreConstrainedFunction(Method, BestMethod) != BestMethod) { in CheckMemberSpecialization()
467 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,