Searched defs:BestMethod (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprObjC.cpp | 2967 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( BuildInstanceMessage() local |
H A D | SemaDeclObjC.cpp | 3553 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool() argument |