Searched defs:BestEditDistance (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | CommentCommandTraits.cpp | 56 unsigned BestEditDistance = MaxEditDistance; in getTypoCorrectCommandInfo() local |
H A D | CommentSema.cpp | 986 unsigned BestEditDistance; member in clang::comments::__anon566f13fc0211::SimpleTypoCorrector |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | CompilerInstance.cpp | 2072 unsigned BestEditDistance = (std::numeric_limits<unsigned>::max)(); loadModule() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclObjC.cpp | 3676 unsigned BestEditDistance = MaxEditDistance + 1; HelperSelectorsForTypoCorrection() local |
H A D | SemaDeclAttr.cpp | 1779 unsigned BestEditDistance = 3; checkAssumptionAttr() local |