Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4529 unsigned MinED = abs((int)Name.size() - (int)TypoStr.size()); in addName() local
4530 if (MinED && TypoStr.size() / MinED < 3) in addName()