reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  314 TypoCorrection MultiplexExternalSemaSource::CorrectTypo(
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
  184 clang::TypoCorrection IncludeFixerSemaSource::CorrectTypo(
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  331   TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind,
tools/clang/unittests/Frontend/FrontendActionTest.cpp
  203   TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind,
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  107   TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind,
  149   TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind,
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
  554   CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind,

References

tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  322     if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
tools/clang/lib/Sema/SemaLookup.cpp
 4985             ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC,
 5120     ExternalTypo = ExternalSource->CorrectTypo(
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
  561               Source->CorrectTypo(Typo, LookupKind, S, SS, CCC,