Searched refs:BestMethod (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3428 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()
|
D | SemaExprObjC.cpp | 2652 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/ |
D | SemaDeclObjC.cpp | 3536 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()
|
D | SemaExprObjC.cpp | 2961 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/ |
D | Sema.h | 3229 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4348 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,
|