Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2457 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
2471 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2473 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
2474 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
H A DSemaExprObjC.cpp2452 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2454 Method = BestMethod; in BuildInstanceMessage()
2511 if (ObjCMethodDecl *BestMethod = in BuildInstanceMessage() local
2513 Method = BestMethod; in BuildInstanceMessage()