Home | History | Annotate | Download | only in Sema

Lines Matching defs:MethodName

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