| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | IncludeFixer.h | 106 clang::TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| H A D | IncludeFixer.cpp | 184 clang::TypoCorrection IncludeFixerSemaSource::CorrectTypo( in CorrectTypo() function in clang::include_fixer::IncludeFixerSemaSource
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() function
|
| H A D | MultiplexExternalSemaSource.h | 344 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| H A D | Sema.h | 4406 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| /llvm-project-15.0.7/clang/unittests/Sema/ |
| H A D | ExternalSemaSourceTest.cpp | 107 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anonc354d5f50111::NamespaceTypoProvider 149 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anonc354d5f50111::FunctionTypoProvider
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 314 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( in CorrectTypo() function in MultiplexExternalSemaSource 322 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| H A D | SemaCXXScopeSpec.cpp | 637 if (TypoCorrection Corrected = CorrectTypo( in BuildCXXNestedNameSpecifier()
|
| H A D | SemaTemplateVariadic.cpp | 1022 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in ActOnSizeofParameterPackExpr()
|
| H A D | SemaDeclObjC.cpp | 559 if (TypoCorrection Corrected = CorrectTypo( in ActOnSuperClassOfClassInterface() 1307 TypoCorrection Corrected = CorrectTypo( in FindProtocolDeclaration() 1690 CorrectTypo(DeclarationNameInfo(identifiers[i], identifierLocs[i]), in actOnObjCTypeArgsOrProtocolQualifiers() 1990 CorrectTypo(DeclarationNameInfo(ClassName, ClassLoc), in ActOnStartClassImplementation()
|
| H A D | SemaLookup.cpp | 5330 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() function in Sema 5343 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5478 ExternalTypo = ExternalSource->CorrectTypo( in CorrectTypoDelayed()
|
| H A D | SemaExprMember.cpp | 1368 if (TypoCorrection Corrected = S.CorrectTypo( in LookupMemberExpr()
|
| H A D | SemaExprObjC.cpp | 2105 if (TypoCorrection Corrected = CorrectTypo( in HandleExprPropertyRefExpr() 2356 if (TypoCorrection Corrected = CorrectTypo( in getObjCMessageKind()
|
| H A D | SemaDecl.cpp | 383 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind, in getTypeName() 701 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName() 968 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S, in ClassifyName() 2238 CorrectTypo(DeclarationNameInfo(Id, IdLoc), LookupOrdinaryName, in getObjCInterfaceDecl() 8767 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration() 15487 Corrected = CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName, in ImplicitlyDefineFunction()
|
| H A D | SemaTemplate.cpp | 520 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S, in LookupTemplateName() 691 if (TypoCorrection Corrected = CorrectTypo(NameInfo, LookupKind, S, &SS, CCC, in diagnoseExprIntendedAsTemplateName() 3948 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in resolveAssumedTemplateNameAsType()
|
| H A D | SemaDeclCXX.cpp | 4323 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, in BuildMemInitializer() 11624 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC, in TryNamespaceTypoCorrection() 12436 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC, in BuildUsingDeclaration()
|
| H A D | SemaInit.cpp | 2603 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in CheckDesignatedInitializer()
|
| H A D | SemaExpr.cpp | 2338 (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), in DiagnoseEmptyLookup() 5973 if (TypoCorrection Corrected = S.CorrectTypo( in TryTypoCorrectionForCall()
|
| H A D | SemaOpenMP.cpp | 2989 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in ActOnOpenMPIdExpression() 22551 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in lookupOpenMPDeclareTargetName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 545 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function 552 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 203 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anonff6a0b330111::TypoExternalSemaSource
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | IncludeFixer.cpp | 493 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in clang::clangd::IncludeFixer::UnresolvedNameRecorder
|