Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3499 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument
3503 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
3506 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()
3519 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3621 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
3635 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3637 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3638 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
H A DSemaExprObjC.cpp2776 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2778 Method = BestMethod; in BuildInstanceMessage()
2847 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2850 Method = BestMethod; in BuildInstanceMessage()
2925 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2928 Method = BestMethod; in BuildInstanceMessage()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3590 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,