Home
last modified time | relevance | path

Searched refs:AllowReplacements (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dedit_distance.h47 Functor Map, bool AllowReplacements = true,
93 if (AllowReplacements) {
116 bool AllowReplacements = true,
120 AllowReplacements, MaxEditDistance);
H A DStringRef.h240 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 DStringRef.cpp93 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 Dllvm-conventions.cpp65 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,