HomeSort by relevance Sort by last modified time
    Searched refs:MaxEditDistance (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/ADT/
edit_distance.h 35 /// \param MaxEditDistance If non-zero, the maximum edit distance that this
37 /// maximum, returns \c MaxEditDistance+1.
45 unsigned MaxEditDistance = 0) {
88 if (MaxEditDistance && BestThisRow > MaxEditDistance)
89 return MaxEditDistance + 1;
StringRef.h 175 /// \param MaxEditDistance If non-zero, the maximum edit distance that
177 /// that maximum, returns \c MaxEditDistance+1.
184 unsigned MaxEditDistance = 0) const;
  /external/clang/lib/AST/
CommentCommandTraits.cpp 54 const unsigned MaxEditDistance = 1;
56 unsigned BestEditDistance = MaxEditDistance;
CommentSema.cpp     [all...]
  /external/llvm/lib/Support/
StringRef.cpp 106 unsigned MaxEditDistance) const {
110 AllowReplacements, MaxEditDistance);
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 442 milliseconds