Home | History | Annotate | Download | only in Sema

Lines Matching refs:MethodName

2324   std::string MethodName = Method->getSelector().getAsString();
2326 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size());
2330 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance);