Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2416 SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, in HelperSelectorsForTypoCorrection() argument
2430 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()
2432 BestMethod.clear(); in HelperSelectorsForTypoCorrection()
2433 BestMethod.push_back(Method); in HelperSelectorsForTypoCorrection()