Searched refs:AllowReplacements (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | edit_distance.h | 47 Functor Map, bool AllowReplacements = true, 93 if (AllowReplacements) { 116 bool AllowReplacements = true, 120 AllowReplacements, MaxEditDistance);
|
| H A D | StringRef.h | 240 unsigned edit_distance(StringRef Other, bool AllowReplacements = true, 244 edit_distance_insensitive(StringRef Other, bool AllowReplacements = true,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | StringRef.cpp | 93 bool AllowReplacements, in edit_distance() argument 98 AllowReplacements, MaxEditDistance); in edit_distance() 102 StringRef Other, bool AllowReplacements, unsigned MaxEditDistance) const { in edit_distance_insensitive() argument 105 llvm::toLower, AllowReplacements, MaxEditDistance); in edit_distance_insensitive()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | llvm-conventions.cpp | 65 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
|