Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3551 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument
3555 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
3558 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()
3571 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3673 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
3687 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3689 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3690 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
H A DSemaExprObjC.cpp2963 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2965 Method = BestMethod; in BuildInstanceMessage()
3033 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3036 Method = BestMethod; in BuildInstanceMessage()
3110 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3113 Method = BestMethod; in BuildInstanceMessage()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5029 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,