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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h205 /// \copydoc Sema::CorrectTypo
208 /// ExternalSemaSource::CorrectTypo is always given the first chance to
212 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, function in class:clang::ExternalSemaSource
H A DMultiplexExternalSemaSource.h344 /// \copydoc ExternalSemaSource::CorrectTypo
346 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
H A DSema.h3771 /// Helper for CorrectTypo and CorrectTypoDelayed used to create and
3870 CTK_NonError, // CorrectTypo used in a non error recovery situation.
3871 CTK_ErrorRecovery // CorrectTypo used in normal error recovery.
3874 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
8811 /// The number of typos corrected by CorrectTypo.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp322 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( function in class:MultiplexExternalSemaSource
330 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
H A DSemaCXXScopeSpec.cpp623 if (TypoCorrection Corrected = CorrectTypo(
H A DSemaTemplateVariadic.cpp1001 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr,
H A DSemaDeclObjC.cpp559 if (TypoCorrection Corrected = CorrectTypo(
1300 TypoCorrection Corrected = CorrectTypo(
1683 CorrectTypo(DeclarationNameInfo(identifiers[i], identifierLocs[i]),
1983 CorrectTypo(DeclarationNameInfo(ClassName, ClassLoc),
H A DSemaLookup.cpp4912 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName,
4925 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC,
5060 ExternalTypo = ExternalSource->CorrectTypo(
H A DSemaExprMember.cpp1366 if (TypoCorrection Corrected = S.CorrectTypo(
H A DSemaExprObjC.cpp2093 if (TypoCorrection Corrected = CorrectTypo(
2344 if (TypoCorrection Corrected = CorrectTypo(
2349 // returned by CorrectTypo), this is a send to super.
H A DSemaDecl.cpp380 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind,
678 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS,
956 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S,
1977 CorrectTypo(DeclarationNameInfo(Id, IdLoc), LookupOrdinaryName,
8235 } else if ((Correction = SemaRef.CorrectTypo(
14622 CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName,
H A DSemaTemplate.cpp515 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S,
686 if (TypoCorrection Corrected = CorrectTypo(NameInfo, LookupKind, S, &SS, CCC,
3740 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr,
H A DSemaDeclCXX.cpp4204 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS,
11308 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC,
12037 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC,
H A DSemaInit.cpp2549 if (TypoCorrection Corrected = SemaRef.CorrectTypo(
H A DSemaExpr.cpp2159 (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(),
5673 if (TypoCorrection Corrected = S.CorrectTypo(
H A DSemaOpenMP.cpp2735 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC,
18414 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h555 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind,
562 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC,

Completed in 611 milliseconds