Searched refs:getEditDistance (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h48 // mapped to InvalidDistance by getEditDistance).
128 unsigned getEditDistance(bool Normalized = true) const { function in class:clang::TypoCorrection
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4034 return Candidate.getEditDistance(false) != TypoCorrection::InvalidDistance;
4190 (Name != TypoStr || Correction.getEditDistance(true) > TypoStr.size()))
4201 CorrectionResults[Correction.getEditDistance(false)][Name];
4361 unsigned TmpED = TC.getEditDistance(true);
4960 ED = BestTC.getEditDistance();
4971 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) {
4995 if (BestTC.getEditDistance() == 0 ||
H A DSemaExprCXX.cpp8145 Next.getEditDistance(false) == TC.getEditDistance(false));
8242 Next.getEditDistance(false) == TC.getEditDistance(false)) {
H A DSemaDecl.cpp8144 if (candidate.getEditDistance() == 0)

Completed in 195 milliseconds