Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2349 bool Sema::AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod, in AreMultipleMethodsInGlobalPool() argument
2358 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
2362 Methods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
2365 M->getMethod() != BestMethod) in AreMultipleMethodsInGlobalPool()
2471 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
2485 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2487 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
2488 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
DSemaExprObjC.cpp2393 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2395 Method = BestMethod; in BuildInstanceMessage()
2453 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2455 Method = BestMethod; in BuildInstanceMessage()
2521 if (auto BestMethod = in BuildInstanceMessage() local
2523 Method = BestMethod; in BuildInstanceMessage()
/external/clang/include/clang/Sema/
DSema.h2921 bool AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,