Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h131 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5395 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypo()
5517 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypoDelayed()