Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3552 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool() argument
3556 FilteredMethods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool()
3559 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool()
3572 BestMethod->isInstanceMethod() ? Pos->second.first : Pos->second.second; in AreMultipleMethodsInGlobalPool()
3674 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
3688 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
3690 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
3691 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
H A DSemaExprObjC.cpp2958 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2960 Method = BestMethod; in BuildInstanceMessage()
3028 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3031 Method = BestMethod; in BuildInstanceMessage()
3105 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3108 Method = BestMethod; in BuildInstanceMessage()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4903 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,