Home
last modified time | relevance | path

Searched refs:BestMethod (Results 1 – 6 of 6) 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/llvm-project/clang/lib/Sema/
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()
DSemaExprObjC.cpp2961 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2963 Method = BestMethod; in BuildInstanceMessage()
3031 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3034 Method = BestMethod; in BuildInstanceMessage()
3108 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
3111 Method = BestMethod; in BuildInstanceMessage()
/external/clang/include/clang/Sema/
DSema.h3229 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,
/external/llvm-project/clang/include/clang/Sema/
DSema.h4348 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,