Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3536 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument
3540 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
3543 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()
3556 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3658 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
3672 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3674 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3675 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4488 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,