Home
last modified time | relevance | path

Searched refs:Typo (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/include/clang/Sema/
DTypoCorrection.h250 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
DSemaInternal.h115 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()
305 IdentifierInfo *Typo; variable
DExternalSemaSource.h198 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() argument
DMultiplexExternalSemaSource.h326 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
DSema.h2750 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/
DCommentCommandTraits.cpp47 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()
DCommentSema.cpp955 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/
DExternalSemaSourceTest.cpp104 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/
DCommentSema.h235 unsigned correctTypoInParmVarReference(StringRef Typo,
243 StringRef Typo,
DCommentCommandTraits.h152 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
/external/clang/test/SemaCXX/
Dfunctional-cast.cpp317 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/
DSemaLookup.cpp3783 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 …]
DMultiplexExternalSemaSource.cpp289 const DeclarationNameInfo &Typo, in CorrectTypo() argument
296 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
DSemaExprMember.cpp650 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()
DSemaDeclObjC.cpp3403 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/
Dcommon.mk496 $(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/
Dcommon.mk496 $(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/
Dparameterized_classes.m226 // 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/
Dp14.cpp112 Typo foo(); // expected-error{{unknown type name 'Typo'}}
/external/valgrind/docs/internals/
D3_3_BUGSTATUS.txt96 163910 LOW pend Typo in Helgrind's Documentation
/external/netperf/
DAUTHORS244 Typo in nettest_dlpi.c
/external/elfutils/backends/
DChangeLog470 * 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/
DCHANGES127 - Typo fix to ber.SetDecoder code that prevented guided decoding operation.
/external/testng/
DCHANGES.txt73 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/
DChangeLog.252813 (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.

12