Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3428 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument
3432 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
3435 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()
3448 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3550 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
3564 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3566 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3567 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
DSemaExprObjC.cpp2652 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2654 Method = BestMethod; in BuildInstanceMessage()
2718 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2721 Method = BestMethod; in BuildInstanceMessage()
2796 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2799 Method = BestMethod; in BuildInstanceMessage()
/external/clang/include/clang/Sema/
DSema.h3229 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,