Searched defs:BestED (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DSemaInternal.h140 unsigned BestED = CorrectionResults.begin()->first; local
141 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;

Completed in 69 milliseconds