Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DExternalSemaSource.h210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() function
DMultiplexExternalSemaSource.h343 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
DSema.h4526 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
/openbsd/src/gnu/llvm/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp320 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( in CorrectTypo() function in MultiplexExternalSemaSource
328 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
DSemaCXXScopeSpec.cpp637 if (TypoCorrection Corrected = CorrectTypo( in BuildCXXNestedNameSpecifier()
DSemaTemplateVariadic.cpp1027 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in ActOnSizeofParameterPackExpr()
DSemaDeclObjC.cpp559 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()
DSemaLookup.cpp5339 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() function in Sema
5352 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5487 ExternalTypo = ExternalSource->CorrectTypo( in CorrectTypoDelayed()
DSemaExprMember.cpp1368 if (TypoCorrection Corrected = S.CorrectTypo( in LookupMemberExpr()
DSemaExprObjC.cpp2103 if (TypoCorrection Corrected = CorrectTypo( in HandleExprPropertyRefExpr()
2354 if (TypoCorrection Corrected = CorrectTypo( in getObjCMessageKind()
DSemaDecl.cpp441 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind, in getTypeName()
738 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName()
1005 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S, in ClassifyName()
2314 CorrectTypo(DeclarationNameInfo(Id, IdLoc), LookupOrdinaryName, in getObjCInterfaceDecl()
8905 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration()
15920 Corrected = CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName, in ImplicitlyDefineFunction()
DSemaTemplate.cpp521 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S, in LookupTemplateName()
692 if (TypoCorrection Corrected = CorrectTypo(NameInfo, LookupKind, S, &SS, CCC, in diagnoseExprIntendedAsTemplateName()
4060 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in resolveAssumedTemplateNameAsType()
DSemaDeclCXX.cpp4369 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, in BuildMemInitializer()
11722 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC, in TryNamespaceTypoCorrection()
12544 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC, in BuildUsingDeclaration()
DSemaInit.cpp2617 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in CheckDesignatedInitializer()
DSemaExpr.cpp2337 (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), in DiagnoseEmptyLookup()
6212 if (TypoCorrection Corrected = S.CorrectTypo( in TryTypoCorrectionForCall()
DSemaOpenMP.cpp3040 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in ActOnOpenMPIdExpression()
22874 CorrectTypo(Id, LookupOrdinaryName, CurScope, nullptr, CCC, in lookupOpenMPDeclareTargetName()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h546 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function
553 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()