Home
last modified time | relevance | path

Searched refs:BestMethod (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3556 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument
3560 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() argument
3692 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3694 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3695 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
H A DSemaExprObjC.cpp2956 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( in BuildInstanceMessage() local
2958 Method = BestMethod; in BuildInstanceMessage()
3026 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( in BuildInstanceMessage() local
3028 Method = BestMethod; in BuildInstanceMessage()
3103 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( in BuildInstanceMessage() local
3105 Method = BestMethod; in BuildInstanceMessage()
H A DSemaTemplate.cpp9603 CXXMethodDecl *BestMethod = nullptr; in CheckMemberSpecialization() local
9608 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h467 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,