Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h212 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() function
H A DMultiplexExternalSemaSource.h344 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
H A DSema.h4187 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp314 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( in CorrectTypo() function in MultiplexExternalSemaSource
322 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
H A DSemaCXXScopeSpec.cpp637 if (TypoCorrection Corrected = CorrectTypo( in BuildCXXNestedNameSpecifier()
H A DSemaTemplateVariadic.cpp1024 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in ActOnSizeofParameterPackExpr()
H A DSemaDeclObjC.cpp559 if (TypoCorrection Corrected = CorrectTypo( in ActOnSuperClassOfClassInterface()
1305 TypoCorrection Corrected = CorrectTypo( in FindProtocolDeclaration()
1688 CorrectTypo(DeclarationNameInfo(identifiers[i], identifierLocs[i]), in actOnObjCTypeArgsOrProtocolQualifiers()
1988 CorrectTypo(DeclarationNameInfo(ClassName, ClassLoc), in ActOnStartClassImplementation()
H A DSemaLookup.cpp5015 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() function in Sema
5028 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5163 ExternalTypo = ExternalSource->CorrectTypo( in CorrectTypoDelayed()
H A DSemaExprMember.cpp1352 if (TypoCorrection Corrected = S.CorrectTypo( in LookupMemberExpr()
H A DSemaExprObjC.cpp2105 if (TypoCorrection Corrected = CorrectTypo( in HandleExprPropertyRefExpr()
2356 if (TypoCorrection Corrected = CorrectTypo( in getObjCMessageKind()
H A DSemaDecl.cpp380 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind, in getTypeName()
684 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName()
962 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S, in ClassifyName()
2041 CorrectTypo(DeclarationNameInfo(Id, IdLoc), LookupOrdinaryName, in getObjCInterfaceDecl()
8395 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration()
14919 CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName, in ImplicitlyDefineFunction()
H A DSemaTemplate.cpp516 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S, in LookupTemplateName()
687 if (TypoCorrection Corrected = CorrectTypo(NameInfo, LookupKind, S, &SS, CCC, in diagnoseExprIntendedAsTemplateName()
3890 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in resolveAssumedTemplateNameAsType()
H A DSemaDeclCXX.cpp4265 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, in BuildMemInitializer()
11424 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC, in TryNamespaceTypoCorrection()
12236 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC, in BuildUsingDeclaration()
H A DSemaInit.cpp2575 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in CheckDesignatedInitializer()
H A DSemaExpr.cpp2280 (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), in DiagnoseEmptyLookup()
5780 if (TypoCorrection Corrected = S.CorrectTypo( in TryTypoCorrectionForCall()
H A DSemaOpenMP.cpp2804 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in ActOnOpenMPIdExpression()
20434 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in lookupOpenMPDeclareTargetName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h545 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function
552 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()