Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h131 unsigned BestED = CorrectionResults.begin()->first; in getBestEditDistance() local
132 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED; in getBestEditDistance()