Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h153 unsigned BestED = CorrectionResults.begin()->first; in getBestEditDistance() local
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED; in getBestEditDistance()