Searched defs:Correction (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | IncludeFixer.cpp | 121 addDiagnosticsForContext(TypoCorrection & Correction,const IncludeFixerContext & Context,StringRef Code,SourceLocation StartOfFile,ASTContext & Ctx) addDiagnosticsForContext() argument 166 TypoCorrection Correction; MaybeDiagnoseMissingCompleteType() local 286 TypoCorrection Correction(Typo.getName()); CorrectTypo() local
|
/llvm-project/clang/unittests/Sema/ |
H A D | ExternalSemaSourceTest.cpp | 126 TypoCorrection Correction(ToIdent); in CorrectTypo() local 169 TypoCorrection Correction(ToIdent); in CorrectTypo() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionOptimizer.cpp | 251 int Correction = (Cmp == AArch64CC::GT) ? 1 : -1; in adjustCmp() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4547 addCorrection(TypoCorrection Correction) addCorrection() argument 5273 if (TypoCorrection Correction = CorrectTypo() local 5520 diagnoseTypo(const TypoCorrection & Correction,const PartialDiagnostic & TypoDiag,bool ErrorRecovery) diagnoseTypo() argument 5673 diagnoseTypo(const TypoCorrection & Correction,const PartialDiagnostic & TypoDiag,const PartialDiagnostic & PrevNote,bool ErrorRecovery) diagnoseTypo() argument [all...] |
H A D | SemaDecl.cpp | 400 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind, getTypeName() local 8925 TypoCorrection Correction; DiagnoseInvalidRedeclaration() local [all...] |