Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaInternal.h131 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp5368 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypo()
5490 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypoDelayed()