/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | TypoCorrection.h | 287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() argument 348 const IdentifierInfo *Typo; variable 356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument 370 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
|
D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | SemaInternal.h | 296 IdentifierInfo *Typo; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | TypoCorrection.h | 287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() argument 348 const IdentifierInfo *Typo; variable 356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument 370 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
|
D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | SemaInternal.h | 296 IdentifierInfo *Typo; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | TypoCorrection.h | 287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() argument 348 const IdentifierInfo *Typo; variable 356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument 370 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
|
D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | SemaInternal.h | 296 IdentifierInfo *Typo; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | TypoCorrection.h | 287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() function 348 IdentifierInfo *Typo; variable 356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
|
D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | SemaInternal.h | 296 IdentifierInfo *Typo; variable
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | CommentSema.cpp | 953 StringRef Typo; member in clang::comments::__anon3fece4c20211::SimpleTypoCorrector 962 SimpleTypoCorrector(StringRef Typo) : in SimpleTypoCorrector() 1006 StringRef Typo, in correctTypoInParmVarReference() 1071 StringRef Typo, in correctTypoInTParamReference()
|
/aosp_15_r20/external/clang/unittests/Sema/ |
H A D | ExternalSemaSourceTest.cpp | 108 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() 150 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|
/aosp_15_r20/external/clang/test/Index/Inputs/ |
H A D | preamble-with-implicit-import-B.h | 3 typedef struct { char x; } Typo; typedef
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 202 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
H A D | TypoCorrection.h | 316 IdentifierInfo *Typo; variable
|
H A D | SemaInternal.h | 309 IdentifierInfo *Typo; variable
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | check_names.py | 180 class Typo(Problem): # pylint: disable=too-few-public-methods class
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | check_names.py | 180 class Typo(Problem): # pylint: disable=too-few-public-methods class
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | functional-cast.cpp | 317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 294 const DeclarationNameInfo &Typo, in CorrectTypo()
|
H A D | SemaLookup.cpp | 4485 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local 4662 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local 4802 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
|
H A D | SemaExprMember.cpp | 664 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local
|
H A D | SemaDeclObjC.cpp | 3551 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
|