| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() function
|
| H A D | MultiplexExternalSemaSource.h | 343 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| H A D | Sema.h | 4617 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 320 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( in CorrectTypo() function in MultiplexExternalSemaSource 328 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| H A D | SemaCXXScopeSpec.cpp | 613 if (TypoCorrection Corrected = CorrectTypo( in BuildCXXNestedNameSpecifier()
|
| H A D | SemaTemplateVariadic.cpp | 1034 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in ActOnSizeofParameterPackExpr()
|
| H A D | SemaDeclObjC.cpp | 559 if (TypoCorrection Corrected = CorrectTypo( in ActOnSuperClassOfClassInterface() 1321 TypoCorrection Corrected = CorrectTypo( in FindProtocolDeclaration() 1704 CorrectTypo(DeclarationNameInfo(identifiers[i], identifierLocs[i]), in actOnObjCTypeArgsOrProtocolQualifiers() 2004 CorrectTypo(DeclarationNameInfo(ClassName, ClassLoc), in ActOnStartClassImplementation()
|
| H A D | SemaLookup.cpp | 5357 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() function in Sema 5370 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5505 ExternalTypo = ExternalSource->CorrectTypo( in CorrectTypoDelayed()
|
| H A D | SemaExprMember.cpp | 1401 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 | 448 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind, in getTypeName() 763 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName() 1030 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S, in ClassifyName() 2366 CorrectTypo(DeclarationNameInfo(Id, IdLoc), LookupOrdinaryName, in getObjCInterfaceDecl() 9137 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration() 16518 Corrected = CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName, in ImplicitlyDefineFunction()
|
| H A D | SemaTemplate.cpp | 522 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S, in LookupTemplateName() 693 if (TypoCorrection Corrected = CorrectTypo(NameInfo, LookupKind, S, &SS, CCC, in diagnoseExprIntendedAsTemplateName() 4229 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in resolveAssumedTemplateNameAsType()
|
| H A D | SemaDeclCXX.cpp | 4560 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, in BuildMemInitializer() 12152 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC, in TryNamespaceTypoCorrection() 12983 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC, in BuildUsingDeclaration()
|
| H A D | SemaInit.cpp | 2723 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in CheckDesignatedInitializer()
|
| H A D | SemaExpr.cpp | 2537 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, in DiagnoseEmptyLookup() 6495 if (TypoCorrection Corrected = S.CorrectTypo( in TryTypoCorrectionForCall()
|
| H A D | SemaOpenMP.cpp | 3064 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in ActOnOpenMPIdExpression() 23294 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in lookupOpenMPDeclareTargetName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 546 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function 553 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|