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

/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4121 return Candidate.getEditDistance(false) != TypoCorrection::InvalidDistance;
4277 (Name != TypoStr || Correction.getEditDistance(true) > TypoStr.size()))
4288 CorrectionResults[Correction.getEditDistance(false)][Name];
4448 unsigned TmpED = TC.getEditDistance(true);
5047 ED = BestTC.getEditDistance();
5058 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) {
5082 if (BestTC.getEditDistance() == 0 ||
H A DSemaExprCXX.cpp8050 Next.getEditDistance(false) == TC.getEditDistance(false));
8147 Next.getEditDistance(false) == TC.getEditDistance(false)) {
H A DSemaDecl.cpp8003 if (candidate.getEditDistance() == 0)

Completed in 215 milliseconds