Searched refs:CorrectTypo (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h192 /// \copydoc Sema::CorrectTypo
195 /// ExternalSemaSource::CorrectTypo is always given the first chance to
199 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, function in class:clang::ExternalSemaSource
H A DMultiplexExternalSemaSource.h334 /// \copydoc ExternalSemaSource::CorrectTypo
336 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
H A DSema.h2506 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
6378 /// \brief The number of typos corrected by CorrectTypo.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp277 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( function in class:MultiplexExternalSemaSource
285 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
H A DSemaExprMember.cpp634 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
1279 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
H A DSemaCXXScopeSpec.cpp494 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S,
H A DSemaTemplateVariadic.cpp819 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
H A DSemaOpenMP.cpp408 if (TypoCorrection Corrected = CorrectTypo(Id, LookupOrdinaryName, CurScope,
H A DSemaDeclObjC.cpp511 if (TypoCorrection Corrected = CorrectTypo(
767 TypoCorrection Corrected = CorrectTypo(
1006 CorrectTypo(DeclarationNameInfo(ClassName, ClassLoc),
H A DSemaExprObjC.cpp1619 if (TypoCorrection Corrected = CorrectTypo(
1857 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S,
1861 // returned by CorrectTypo), this is a send to super.
H A DSemaLookup.cpp4044 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, function in class:Sema
4055 if (TypoCorrection Correction = ExternalSource->CorrectTypo(
H A DSemaDecl.cpp215 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
404 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
647 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
1434 if (TypoCorrection C = CorrectTypo(DeclarationNameInfo(Id, IdLoc),
6080 } else if ((Correction = SemaRef.CorrectTypo(
9940 if (S && (Corrected = CorrectTypo(DeclarationNameInfo(&II, Loc),
H A DSemaDeclCXX.cpp2587 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS,
6848 if (TypoCorrection Corrected = S.CorrectTypo(R.getLookupNameInfo(),
7419 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
H A DSemaInit.cpp1821 if (TypoCorrection Corrected = SemaRef.CorrectTypo(
H A DSemaTemplate.cpp326 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
H A DSemaExpr.cpp1827 if (S && (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(),
3988 S.CorrectTypo(FuncName, Sema::LookupOrdinaryName,

Completed in 423 milliseconds