Searched defs:EditDistance (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DSemaInternal.h213 unsigned EditDistance; member in struct:clang::TypoCorrectionConsumer::NamespaceSpecifierSet::SpecifierInfo
/external/clang/lib/AST/
H A DCommentSema.cpp998 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance); local
999 if (EditDistance < BestEditDistance) {
1000 BestEditDistance = EditDistance;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2481 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); local
2482 if (EditDistance > MaxEditDistance)
2484 if (EditDistance == BestEditDistance)
2486 else if (EditDistance < BestEditDistance) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 2090 milliseconds