Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSemaInternal.h131 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp5053 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypo()
5175 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypoDelayed()