Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DExternalSemaSource.h202 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() function
DMultiplexExternalSemaSource.h330 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
/external/llvm-project/clang/include/clang/Sema/
DExternalSemaSource.h212 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() function
DMultiplexExternalSemaSource.h344 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.h106 clang::TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
DIncludeFixer.cpp184 clang::TypoCorrection IncludeFixerSemaSource::CorrectTypo( in CorrectTypo() function in clang::include_fixer::IncludeFixerSemaSource
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp293 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( in CorrectTypo() function in MultiplexExternalSemaSource
301 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
DSemaTemplateVariadic.cpp849 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in ActOnSizeofParameterPackExpr()
DSemaCXXScopeSpec.cpp617 if (TypoCorrection Corrected = CorrectTypo( in BuildCXXNestedNameSpecifier()
DSemaDeclObjC.cpp481 if (TypoCorrection Corrected = CorrectTypo( in ActOnSuperClassOfClassInterface()
1213 TypoCorrection Corrected = CorrectTypo( in FindProtocolDeclaration()
1593 TypoCorrection corrected = CorrectTypo( in actOnObjCTypeArgsOrProtocolQualifiers()
1892 TypoCorrection Corrected = CorrectTypo( in ActOnStartClassImplementation()
DSemaLookup.cpp4637 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() function in Sema
4651 if (TypoCorrection Correction = ExternalSource->CorrectTypo( in CorrectTypo()
4789 ExternalTypo = ExternalSource->CorrectTypo( in CorrectTypoDelayed()
DSemaExprMember.cpp1391 if (TypoCorrection Corrected = S.CorrectTypo( in LookupMemberExpr()
DSemaExprObjC.cpp1884 CorrectTypo(DeclarationNameInfo(MemberName, MemberLoc), in HandleExprPropertyRefExpr()
2125 if (TypoCorrection Corrected = CorrectTypo( in getObjCMessageKind()
DSemaDecl.cpp337 TypoCorrection Correction = CorrectTypo( in getTypeName()
611 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName()
853 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(), in ClassifyName()
1697 if (TypoCorrection C = CorrectTypo( in getObjCInterfaceDecl()
7198 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration()
11756 (Corrected = CorrectTypo( in ImplicitlyDefineFunction()
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp107 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anonca53aefc0111::NamespaceTypoProvider
149 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anonca53aefc0111::FunctionTypoProvider
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp108 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anon65eabc0e0111::NamespaceTypoProvider
150 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anon65eabc0e0111::FunctionTypoProvider
/external/llvm-project/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp315 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( in CorrectTypo() function in MultiplexExternalSemaSource
323 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
DSemaCXXScopeSpec.cpp623 if (TypoCorrection Corrected = CorrectTypo( in BuildCXXNestedNameSpecifier()
DSemaTemplateVariadic.cpp1024 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in ActOnSizeofParameterPackExpr()
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()
DSemaLookup.cpp4956 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() function in Sema
4969 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5104 ExternalTypo = ExternalSource->CorrectTypo( in CorrectTypoDelayed()
DSemaExprMember.cpp1352 if (TypoCorrection Corrected = S.CorrectTypo( in LookupMemberExpr()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h545 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function
552 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
/external/llvm-project/clang/unittests/Frontend/
DFrontendActionTest.cpp203 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in __anon0668e43a0111::TypoExternalSemaSource
/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp336 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function in clang::clangd::IncludeFixer::UnresolvedNameRecorder

12