Searched refs:NormalizeEditDistance (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h119 static unsigned NormalizeEditDistance(unsigned ED) { function in class:clang::TypoCorrection
141 return Normalized ? NormalizeEditDistance(ED) : ED;
H A DSemaInternal.h136 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;

Completed in 46 milliseconds