Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3280 bool Sema::AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod, in AreMultipleMethodsInGlobalPool() argument
3289 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3293 Methods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
3296 if (!M->isHidden() && M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()
3402 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
3416 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3418 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3419 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
DSemaExprObjC.cpp2641 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2643 Method = BestMethod; in BuildInstanceMessage()
2702 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2704 Method = BestMethod; in BuildInstanceMessage()
2772 if (auto BestMethod = in BuildInstanceMessage() local
2774 Method = BestMethod; in BuildInstanceMessage()
/external/clang/include/clang/Sema/
DSema.h3150 bool AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,