HomeSort by relevance Sort by last modified time
    Searched refs:CorrectTypo (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/Sema/
ExternalSemaSource.h 187 /// \copydoc Sema::CorrectTypo
190 /// ExternalSemaSource::CorrectTypo is always given the first chance to
194 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
MultiplexExternalSemaSource.h 337 /// \copydoc ExternalSemaSource::CorrectTypo
339 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
Sema.h     [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 284 TypoCorrection MultiplexExternalSemaSource::CorrectTypo(
292 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
SemaCXXScopeSpec.cpp 590 if (TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaTemplateVariadic.cpp 844 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr,
    [all...]
SemaDeclObjC.cpp 520 CorrectTypo(DeclarationNameInfo(SuperName, SuperLoc),
789 TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp 330 TypoCorrection Correction = CorrectTypo(
568 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS,
810 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaOpenMP.cpp 667 if (TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaTemplate.cpp 327 if (TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 104 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind,

Completed in 320 milliseconds