Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h148 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp4412 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypo()
4528 unsigned ED = Consumer->getBestEditDistance(true); in CorrectTypoDelayed()