Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h171 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4761 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypo()
4886 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypoDelayed()