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 192 /// \copydoc Sema::CorrectTypo
195 /// ExternalSemaSource::CorrectTypo is always given the first chance to
199 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
MultiplexExternalSemaSource.h 342 /// \copydoc ExternalSemaSource::CorrectTypo
344 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
Sema.h     [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 282 TypoCorrection MultiplexExternalSemaSource::CorrectTypo(
290 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
SemaExprMember.cpp 643 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaCXXScopeSpec.cpp 547 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S,
    [all...]
SemaTemplateVariadic.cpp 811 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaDeclObjC.cpp 524 if (TypoCorrection Corrected = CorrectTypo(
794 TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp 287 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
520 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
763 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
    [all...]
SemaOpenMP.cpp 572 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, Validator,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 326 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 104 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,

Completed in 265 milliseconds