Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp62 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); in getTypoCorrectCommandInfo() local
63 if (MinPossibleEditDistance <= BestEditDistance) { in getTypoCorrectCommandInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3682 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection() local
3683 if (MinPossibleEditDistance > 0 && in HelperSelectorsForTypoCorrection()
3684 Typo.size() / MinPossibleEditDistance < 1) in HelperSelectorsForTypoCorrection()