Home | History | Annotate | Download | only in Support

Lines Matching refs:Distance

307       unsigned Distance = StringRef(Name).edit_distance(
309 if (!Best || Distance < BestDistance) {
311 BestDistance = Distance;