Home
last modified time | relevance | path

Searched defs:Typo (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/clang/include/clang/Sema/
DTypoCorrection.h287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() function
348 IdentifierInfo *Typo; variable
356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
DExternalSemaSource.h212 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
DSemaInternal.h296 IdentifierInfo *Typo; variable
/external/clang/test/Index/Inputs/
Dpreamble-with-implicit-import-B.h3 typedef struct { char x; } Typo; typedef
/external/llvm-project/clang/test/Index/Inputs/
Dpreamble-with-implicit-import-B.h3 typedef struct { char x; } Typo; typedef
/external/clang/lib/AST/
DCommentSema.cpp953 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/
DIncludeFixer.cpp311 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/
DExternalSemaSourceTest.cpp107 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
149 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp108 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/
DCommentSema.cpp1049 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/
DExternalSemaSource.h202 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
DTypoCorrection.h316 IdentifierInfo *Typo; variable
DSemaInternal.h309 IdentifierInfo *Typo; variable
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp118 TEST(IncludeFixer, Typo) { in TEST() argument
/external/llvm-project/clang/unittests/Frontend/
DFrontendActionTest.cpp203 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.cpp185 const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, in CorrectTypo()
/external/clang/test/SemaCXX/
Dfunctional-cast.cpp317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
/external/llvm-project/clang/test/SemaCXX/
Dfunctional-cast.cpp317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp294 const DeclarationNameInfo &Typo, in CorrectTypo()
DSemaLookup.cpp4485 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
DSemaExprMember.cpp664 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local
/external/llvm-project/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp316 const DeclarationNameInfo &Typo, in CorrectTypo()
DSemaLookup.cpp4799 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/
DASTUtils.h545 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DDiagnosticsTests.cpp842 TEST(IncludeFixerTest, Typo) { in TEST() argument

12