Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3544 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument
3548 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
3551 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()
3564 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3666 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
3680 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3682 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3683 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
H A DSemaExprObjC.cpp2962 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2964 Method = BestMethod; in BuildInstanceMessage()
3032 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3035 Method = BestMethod; in BuildInstanceMessage()
3109 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3112 Method = BestMethod; in BuildInstanceMessage()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4780 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,