/external/llvm-project/clang/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 | 212 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | SemaInternal.h | 296 IdentifierInfo *Typo; variable
|
/external/clang/test/Index/Inputs/ |
D | preamble-with-implicit-import-B.h | 3 typedef struct { char x; } Typo; typedef
|
/external/llvm-project/clang/test/Index/Inputs/ |
D | preamble-with-implicit-import-B.h | 3 typedef struct { char x; } Typo; typedef
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 953 StringRef Typo; member in clang::comments::__anona58483330211::SimpleTypoCorrector 962 SimpleTypoCorrector(StringRef Typo) : in SimpleTypoCorrector() 1006 StringRef Typo, in correctTypoInParmVarReference() 1071 StringRef Typo, in correctTypoInTParamReference()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | IncludeFixer.cpp | 311 collectAccessibleScopes(Sema &Sem, const DeclarationNameInfo &Typo, Scope *S, in collectAccessibleScopes() 336 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|
/external/llvm-project/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 107 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() 149 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 108 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() 150 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|
/external/llvm-project/clang/lib/AST/ |
D | CommentSema.cpp | 1049 StringRef Typo; member in clang::comments::__anon3bd2c6a10211::SimpleTypoCorrector 1057 explicit SimpleTypoCorrector(StringRef Typo) in SimpleTypoCorrector() 1099 StringRef Typo, in correctTypoInParmVarReference() 1164 StringRef Typo, in correctTypoInTParamReference()
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 202 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | TypoCorrection.h | 316 IdentifierInfo *Typo; variable
|
D | SemaInternal.h | 309 IdentifierInfo *Typo; variable
|
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
D | IncludeFixerTest.cpp | 118 TEST(IncludeFixer, Typo) { in TEST() argument
|
/external/llvm-project/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 203 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | IncludeFixer.cpp | 185 const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, in CorrectTypo()
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
|
/external/llvm-project/clang/test/SemaCXX/ |
D | functional-cast.cpp | 317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 294 const DeclarationNameInfo &Typo, in CorrectTypo()
|
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
|
D | SemaExprMember.cpp | 664 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local
|
/external/llvm-project/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 316 const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | SemaLookup.cpp | 4799 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local 4980 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local 5117 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ASTUtils.h | 545 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | DiagnosticsTests.cpp | 842 TEST(IncludeFixerTest, Typo) { in TEST() argument
|