Home
last modified time | relevance | path

Searched defs:BestMethod (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2967 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( BuildInstanceMessage() local
3037 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( BuildInstanceMessage() local
3114 if (ObjCMethodDecl *BestMethod = SemaRef.SelectBestMethod( BuildInstanceMessage() local
H A DSemaDeclObjC.cpp3553 if (M != BestMethod && !M->hasAttr<UnavailableAttr>()) in AreMultipleMethodsInGlobalPool() argument
3676 HelperSelectorsForTypoCorrection(SmallVectorImpl<const ObjCMethodDecl * > & BestMethod,StringRef Typo,const ObjCMethodDecl * Method) HelperSelectorsForTypoCorrection() argument