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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3615   TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  623     if (TypoCorrection Corrected = CorrectTypo(
tools/clang/lib/Sema/SemaDecl.cpp
  377       TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind,
  675           CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS,
  947               CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S,
 1947             CorrectTypo(DeclarationNameInfo(Id, IdLoc), LookupOrdinaryName,
 8006   } else if ((Correction = SemaRef.CorrectTypo(
14158                   CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName,
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4155           (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS,
 9809           S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC,
10538             CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC,
tools/clang/lib/Sema/SemaDeclObjC.cpp
  558     if (TypoCorrection Corrected = CorrectTypo(
 1300       TypoCorrection Corrected = CorrectTypo(
 1683         CorrectTypo(DeclarationNameInfo(identifiers[i], identifierLocs[i]),
 1983         CorrectTypo(DeclarationNameInfo(ClassName, ClassLoc),
tools/clang/lib/Sema/SemaExpr.cpp
 2012              (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(),
 4989   if (TypoCorrection Corrected = S.CorrectTypo(
tools/clang/lib/Sema/SemaExprMember.cpp
 1354       if (TypoCorrection Corrected = S.CorrectTypo(
tools/clang/lib/Sema/SemaExprObjC.cpp
 1945   if (TypoCorrection Corrected = CorrectTypo(
 2196   if (TypoCorrection Corrected = CorrectTypo(
tools/clang/lib/Sema/SemaInit.cpp
 2532         if (TypoCorrection Corrected = SemaRef.CorrectTypo(
tools/clang/lib/Sema/SemaOpenMP.cpp
 2269             CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC,
16188             CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC,
tools/clang/lib/Sema/SemaTemplate.cpp
  466             CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S,
  635   if (TypoCorrection Corrected = CorrectTypo(NameInfo, LookupKind, S, &SS, CCC,
 3429       CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr,
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  994             CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr,