Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaInternal.h131 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp5037 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypo()
5159 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypoDelayed()