| /freebsd/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 | 352 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| H A D | Sema.h | 9691 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 347 TypoCorrection MultiplexExternalSemaSource::CorrectTypo( in CorrectTypo() function in MultiplexExternalSemaSource 355 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| H A D | SemaCXXScopeSpec.cpp | 543 if (TypoCorrection Corrected = CorrectTypo( in BuildCXXNestedNameSpecifier()
|
| H A D | SemaDeclObjC.cpp | 566 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in ActOnSuperClassOfClassInterface() 1320 TypoCorrection Corrected = SemaRef.CorrectTypo( in FindProtocolDeclaration() 1702 TypoCorrection corrected = SemaRef.CorrectTypo( in actOnObjCTypeArgsOrProtocolQualifiers() 2006 TypoCorrection Corrected = SemaRef.CorrectTypo( in ActOnStartClassImplementation() 5439 if (TypoCorrection C = SemaRef.CorrectTypo( in getObjCInterfaceDecl()
|
| H A D | SemaTemplateVariadic.cpp | 1159 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in ActOnSizeofParameterPackExpr()
|
| H A D | SemaExprMember.cpp | 1350 if (TypoCorrection Corrected = S.CorrectTypo( in LookupMemberExpr()
|
| H A D | SemaLookup.cpp | 5353 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() function in Sema 5366 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
|
| H A D | SemaExprObjC.cpp | 2104 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in HandleExprPropertyRefExpr() 2355 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in getObjCMessageKind()
|
| H A D | SemaTemplate.cpp | 517 if (TypoCorrection Corrected = CorrectTypo( in LookupTemplateName() 693 CorrectTypo(NameInfo, LookupKind, S, &SS, CCC, in diagnoseExprIntendedAsTemplateName() 3824 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, nullptr, in resolveAssumedTemplateNameAsType()
|
| H A D | SemaDecl.cpp | 426 CorrectTypo(Result.getLookupNameInfo(), Kind, S, SS, CCC, in getTypeName() 714 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS, in DiagnoseUnknownTypeName() 982 CorrectTypo(Result.getLookupNameInfo(), Result.getLookupKind(), S, in ClassifyName() 9199 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration() 16793 Corrected = CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName, in ImplicitlyDefineFunction()
|
| H A D | SemaDeclCXX.cpp | 4506 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, in BuildMemInitializer() 12396 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC, in TryNamespaceTypoCorrection() 13191 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC, in BuildUsingDeclaration()
|
| H A D | SemaInit.cpp | 2944 if (TypoCorrection Corrected = SemaRef.CorrectTypo( in CheckDesignatedInitializer()
|
| H A D | SemaExpr.cpp | 2571 CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS, in DiagnoseEmptyLookup() 5830 if (TypoCorrection Corrected = S.CorrectTypo( in TryTypoCorrectionForCall()
|
| H A D | SemaOpenMP.cpp | 3085 SemaRef.CorrectTypo(Id, Sema::LookupOrdinaryName, CurScope, nullptr, in ActOnOpenMPIdExpression() 23041 SemaRef.CorrectTypo(Id, Sema::LookupOrdinaryName, CurScope, nullptr, in lookupOpenMPDeclareTargetName()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 608 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() function 615 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5624 …NS0_18CorrectTypoContextEPKNS_21ObjCObjectPointerTypeE", "clang::Sema::CorrectTypo(clang::LookupRe… 25146 …TypoContextEPKNS_21ObjCObjectPointerTypeEE10CTypeSpecs", "clang::Sema::CorrectTypo(clang::LookupRe… 25147 …rrectTypoContextEPKNS_21ObjCObjectPointerTypeEE6CStmts", "clang::Sema::CorrectTypo(clang::LookupRe…
|