Searched defs:BestEditDistance (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | CommentCommandTraits.cpp | 56 unsigned BestEditDistance = MaxEditDistance; getTypoCorrectCommandInfo() local |
H A D | CommentSema.cpp | 986 unsigned BestEditDistance; global() member in clang::comments::__anond1f2905d0211::SimpleTypoCorrector |
/llvm-project/clang/lib/Frontend/ | ||
H A D | CompilerInstance.cpp | 2123 if (ED < BestEditDistance) { in loadModule() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclObjC.cpp | 3679 unsigned BestEditDistance = MaxEditDistance + 1; HelperSelectorsForTypoCorrection() local |
H A D | SemaOpenMP.cpp | 24297 if (EditDistance < BestEditDistance) { in checkOMPAssumeAttr() local |