Home
last modified time | relevance | path

Searched refs:MatchesTypo (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DTypoCorrection.h285 return (!MatchesTypo(candidate) && ValidateCandidate(candidate)) in RankCandidate()
308 bool MatchesTypo(const TypoCorrection &candidate) { in MatchesTypo() function
/external/llvm-project/clang/include/clang/Sema/
DTypoCorrection.h310 return (!MatchesTypo(candidate) && ValidateCandidate(candidate)) in RankCandidate()
340 bool MatchesTypo(const TypoCorrection &candidate) { in MatchesTypo() function