| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 285 explicit CorrectionCandidateCallback(IdentifierInfo *Typo = nullptr, 287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() argument 322 void setTypoName(IdentifierInfo *II) { Typo = II; } in setTypoName() 341 return Typo && candidate.isResolved() && !candidate.requiresImport() && in MatchesTypo() 342 candidate.getCorrectionAsIdentifierInfo() == Typo && in MatchesTypo() 348 IdentifierInfo *Typo; variable 354 explicit DefaultFilterCCC(IdentifierInfo *Typo = nullptr, 356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
|
| H A D | SemaInternal.h | 98 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer() 296 IdentifierInfo *Typo; variable
|
| H A D | ExternalSemaSource.h | 212 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() argument
|
| H A D | MultiplexExternalSemaSource.h | 344 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 47 CommandTraits::getTypoCorrectCommandInfo(StringRef Typo) const { in getTypoCorrectCommandInfo() 50 if (Typo.size() <= 1) in getTypoCorrectCommandInfo() 62 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); in getTypoCorrectCommandInfo() 64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance); in getTypoCorrectCommandInfo()
|
| H A D | CommentSema.cpp | 1049 StringRef Typo; member in clang::comments::__anon8b1d4a750211::SimpleTypoCorrector 1057 explicit SimpleTypoCorrector(StringRef Typo) in SimpleTypoCorrector() argument 1058 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector() 1084 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); in addDecl() 1086 Typo.size() / MinPossibleEditDistance < 3) in addDecl() 1089 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance); in addDecl() 1099 StringRef Typo, in correctTypoInParmVarReference() argument 1101 SimpleTypoCorrector Corrector(Typo); in correctTypoInParmVarReference() 1164 StringRef Typo, in correctTypoInTParamReference() argument 1166 SimpleTypoCorrector Corrector(Typo); in correctTypoInTParamReference()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CommentSema.h | 241 unsigned correctTypoInParmVarReference(StringRef Typo, 249 StringRef Typo,
|
| H A D | CommentCommandTraits.h | 151 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4234 if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo) in FoundDecl() 4256 StringRef TypoStr = Typo->getName(); in addName() 4276 StringRef TypoStr = Typo->getName(); in addCorrection() 4386 Name == Typo && !Candidate.WillReplaceSpecifier()); in resolveCorrection() 4429 unsigned TypoLen = Typo->getName().size(); in performQualifiedLookups() 4455 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups() 4474 OldOStream << Typo->getName(); in performQualifiedLookups() 4848 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local 4849 if (!Typo) in makeTypoCorrectionConsumer() 4862 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer() [all …]
|
| H A D | MultiplexExternalSemaSource.cpp | 315 const DeclarationNameInfo &Typo, in CorrectTypo() argument 322 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| H A D | SemaExprMember.cpp | 689 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local 709 Typo.getAsString() == TC.getAsString(SemaRef.getLangOpts()); in LookupMemberExprInRecord() 711 << Typo << DC << DroppedSpecifier in LookupMemberExprInRecord() 714 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
|
| H A D | Sema.cpp | 1011 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment() local 1013 Typo.second.DiagHandler(TypoCorrection()); in ActOnEndOfTranslationUnitFragment()
|
| H A D | SemaDeclObjC.cpp | 3659 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection() argument 3664 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection() 3666 Typo.size() / MinPossibleEditDistance < 1) in HelperSelectorsForTypoCorrection() 3668 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/ |
| H A D | ChangeLog | 95 * reg_test_template: Typo fix.
|
| /netbsd-src/external/bsd/tradcpp/dist/ |
| H A D | CHANGES | 41 - Typo fix in man page from Jason McIntyre; and change "Usage" to
|
| /netbsd-src/external/bsd/ntp/dist/ |
| H A D | CommitLog-4.1.0 | 87 * html/notes.htm: Typo fix. 92 * html/monopt.htm: Typo fix. 142 * html/ntpd.htm: Typo. 1132 Typo grabbing the dtemp value and in the sdisp calculation. 1664 * ntpd/refclock_atom.c (atom_shutdown): Typo 1772 * configure.in (NTP_KEYSDIR): Typo 1869 * ntpd/ntp_loopfilter.c (local_clock): Typo 2242 * acinclude.m4: Typo... 2656 * librsaref/Makefile.am (stamp-rsaref): Typo 2725 * ports/winnt/include/config.h: Typo (CLOCK_PALISADE comment) [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-3.7 | 165 [typos] Typo fixes by raf.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ChangeLog-2013 | 654 * ld.texinfo (-rpath-link): Typo fix. 832 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ChangeLog-2013 | 654 * ld.texinfo (-rpath-link): Typo fix. 832 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ChangeLog.0 | 1107 * gettext.texi: Typo changes by François. 1130 * gettext.texi: Typo fixed. Reported by François Pinard.
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | xz-file-format.txt | 101 1.0.2 2009-06-04 Typo fixes in Sections 4 and 5.3.1 103 1.0.1 2009-06-01 Typo fix in Section 0.3 and minor
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | ChangeLog | 404 * src/dfa.c: Typo corrected. 580 * doc/grep.texi: Typo fixes. 1644 * doc/grep.texi (Introduction): Typo fixed. 1704 * src/grep.c : Typo in contex -->context 1772 * src/grep.c : Typo s/infalid/invalid/
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2012 | 205 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2012 | 205 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | ChangeLog | 387 * or1kcommon.cpu (spr-reg-info): Typo fix. 590 * m32r.cpu (stb-plus): Typo fix.
|