/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 250 explicit CorrectionCandidateCallback(IdentifierInfo *Typo = nullptr, 255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo), in WantTypeSpecifiers() 284 void setTypoName(IdentifierInfo *II) { Typo = II; } in setTypoName() 303 return Typo && candidate.isResolved() && !candidate.requiresImport() && in MatchesTypo() 304 candidate.getCorrectionAsIdentifierInfo() == Typo && in MatchesTypo() 310 IdentifierInfo *Typo; variable
|
D | SemaInternal.h | 115 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer() 305 IdentifierInfo *Typo; variable
|
D | ExternalSemaSource.h | 198 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() argument
|
D | MultiplexExternalSemaSource.h | 326 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
D | Sema.h | 2750 makeTypoCorrectionConsumer(const DeclarationNameInfo &Typo, 2833 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, 2843 TypoExpr *CorrectTypoDelayed(const DeclarationNameInfo &Typo, 3166 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, 3169 TypoCorrectionFailures[Typo].insert(TypoLoc);
|
/external/clang/lib/AST/ |
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()
|
D | CommentSema.cpp | 955 StringRef Typo; member in clang::comments::__anonafe872d80211::SimpleTypoCorrector 964 SimpleTypoCorrector(StringRef Typo) : in SimpleTypoCorrector() argument 965 Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector() 993 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); in addDecl() 995 Typo.size() / MinPossibleEditDistance < 3) in addDecl() 998 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance); in addDecl() 1008 StringRef Typo, in correctTypoInParmVarReference() argument 1010 SimpleTypoCorrector Corrector(Typo); in correctTypoInParmVarReference() 1073 StringRef Typo, in correctTypoInTParamReference() argument 1075 SimpleTypoCorrector Corrector(Typo); in correctTypoInTParamReference()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 104 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() argument 110 if (CurrentSema && Typo.getName().getAsString() == CorrectFrom) { in CorrectTypo() 120 NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(), in CorrectTypo() 121 Typo.getLoc(), ToIdent, nullptr); in CorrectTypo()
|
/external/clang/include/clang/AST/ |
D | CommentSema.h | 235 unsigned correctTypoInParmVarReference(StringRef Typo, 243 StringRef Typo,
|
D | CommentCommandTraits.h | 152 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef 318 (void)Typo(1); // used to crash in crash_on_invalid_1()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3783 if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo && in FoundDecl() 3806 StringRef TypoStr = Typo->getName(); in addName() 3826 StringRef TypoStr = Typo->getName(); in addCorrection() 3936 Name == Typo && !Candidate.WillReplaceSpecifier()); in resolveCorrection() 3979 unsigned TypoLen = Typo->getName().size(); in performQualifiedLookups() 4005 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups() 4024 OldOStream << Typo->getName(); in performQualifiedLookups() 4403 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local 4404 if (!Typo) in makeTypoCorrectionConsumer() 4418 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer() [all …]
|
D | MultiplexExternalSemaSource.cpp | 289 const DeclarationNameInfo &Typo, in CorrectTypo() argument 296 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
D | SemaExprMember.cpp | 650 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local 671 Typo.getAsString() == TC.getAsString(SemaRef.getLangOpts()); in LookupMemberExprInRecord() 673 << Typo << DC << DroppedSpecifier in LookupMemberExprInRecord() 676 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
|
D | SemaDeclObjC.cpp | 3403 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection() argument 3408 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection() 3410 Typo.size() / MinPossibleEditDistance < 1) in HelperSelectorsForTypoCorrection() 3412 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection()
|
/external/modp_b64/ |
D | common.mk | 496 $(error Typo alert! LIBARY != LIBRARY) 504 $(error Typo alert! LIBARY != LIBRARY) 512 $(error Typo alert! LIBARY != LIBRARY) 520 $(error Typo alert! LIBARY != LIBRARY)
|
/external/minijail/ |
D | common.mk | 496 $(error Typo alert! LIBARY != LIBRARY) 504 $(error Typo alert! LIBARY != LIBRARY) 512 $(error Typo alert! LIBARY != LIBRARY) 520 $(error Typo alert! LIBARY != LIBRARY)
|
/external/clang/test/SemaObjC/ |
D | parameterized_classes.m | 226 // Typo correction: protocol bias. 229 // Typo correction: type bias. 233 // Typo correction: bias set by correction itself to a protocol. 236 // Typo correction: bias set by correction itself to a type.
|
/external/clang/test/CXX/except/except.spec/ |
D | p14.cpp | 112 Typo foo(); // expected-error{{unknown type name 'Typo'}}
|
/external/valgrind/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 96 163910 LOW pend Typo in Helgrind's Documentation
|
/external/netperf/ |
D | AUTHORS | 244 Typo in nettest_dlpi.c
|
/external/elfutils/backends/ |
D | ChangeLog | 470 * i386_retval.c (loc_intreg): Typo fix. 781 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/ |
D | CHANGES | 127 - Typo fix to ber.SetDecoder code that prevented guided decoding operation.
|
/external/testng/ |
D | CHANGES.txt | 73 Fixed: GITHUB-639: Typo on preserveOrder (tabei-k & Julien Herr) 74 Fixed: GITHUB-632: Typo in doc (Pétur Ingi Egilsson & Julien Herr) 90 Fixed: GITHUB-477: Typo in DTD attribute comment (Kamil Szymański) 91 Fixed: GITHUB-353: Typo in documentation (Jan Święcki)
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.25 | 2813 (autofit_module_class_pic_init): Typo. 3157 * src/sfnt/ttsbit.c (tt_sbit_decoder_load_bitmap): Typo. 3161 [sfnt] Typo. 3840 [autofit] Typo. 4314 (tt_face_load_sbix_image): Typo.
|