Home
last modified time | relevance | path

Searched defs:MinPossibleEditDistance (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSimpleTypoCorrection.cpp25 unsigned MinPossibleEditDistance = in add() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp61 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); in getTypoCorrectCommandInfo() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3684 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection() local