/llvm-project/clang-tools-extra/clangd/ |
H A D | Diagnostics.h | 81 struct Fix { struct 91 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Fix &F); argument
|
H A D | Diagnostics.cpp | 434 for (auto &Fix : D.Fixes) { operator <<() local 609 for (auto &Fix : Diag.Fixes) take() local
|
H A D | IncludeFixer.cpp | 329 if (auto Fix = in fixesForSymbols() local
|
H A D | ClangdServer.cpp | 657 tryConvertToRename(const Diag * Diag,const Fix & Fix) tryConvertToRename() argument 702 for (const auto &Fix : Diag->Fixes) { codeAction() local
|
H A D | ClangdLSPServer.cpp | 1790 for (const auto &Fix : Fixes) onDiagnosticsReady() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | DiagnosticsYamlTest.cpp | 25 const std::string &FilePath, const StringMap<Replacements> &Fix, in makeMessage() argument 49 const StringMap<Replacements> &Fix, in makeDiagnostic() argument 166 auto getFixes = [](const StringMap<Replacements> &Fix) { in TEST() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | ForRangeCopyCheck.cpp | 93 if (std::optional<FixItHint> Fix = utils::fixit::addQualifierToVarDecl( in handleConstValueCopy() local 131 if (std::optional<FixItHint> Fix = utils::fixit::addQualifierToVarDecl( in handleCopyIsOnlyConstReferenced() local
|
H A D | UnnecessaryValueParamCheck.cpp | 152 if (std::optional<FixItHint> Fix = utils::fixit::addQualifierToVarDecl( check() local
|
H A D | UnnecessaryCopyInitialization.cpp | 38 if (std::optional<FixItHint> Fix = utils::fixit::addQualifierToVarDecl( in recordFixes() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 52 bool Fix = Replacement && !TL->getType()->isDependentType(); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | FormatStringConverter.h | 76 std::string Fix; global() member
|
/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 59 llvm::StringMap<Replacements> Fix; member
|
/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 163 for (const FixItHint &Fix : DiagStorage->FixItHints) in Emit() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | NamespaceCommentCheck.cpp | 187 std::string Fix(SpacesBeforeComments, ' '); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | VirtualClassDestructorCheck.cpp | 192 FixItHint Fix; in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidy.cpp | 184 for (auto Fix : FixLocations) { in reportDiagnostic() local 267 const llvm::StringMap<Replacements> &Fix) { in reportFix() argument 607 ClangTidyContext &Context, FixBehaviour Fix, in handleErrors() argument
|
H A D | ClangTidyDiagnosticConsumer.cpp | 666 &Error, const_cast<llvm::StringMap<tooling::Replacements> *>(Fix)); in removeIncompatibleErrors() local [all...] |
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProtectedScope.cpp | 202 ProtectedScopeFixer Fix(BodyCtx); in traverseBody() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | DiagnosticsTests.cpp | 1896 __anon149f803b0502(clangd::Diagnostic LSPDiag, ArrayRef<clangd::Fix>) TEST() argument 1903 __anon149f803b0602(clangd::Diagnostic LSPDiag, ArrayRef<clangd::Fix>) TEST() argument 1977 __anon149f803b0702(clangd::Diagnostic LSPDiag, ArrayRef<clangd::Fix>) TEST() argument 1986 __anon149f803b0802(clangd::Diagnostic LSPDiag, ArrayRef<clangd::Fix>) TEST() argument 1996 __anon149f803b0902(clangd::Diagnostic LSPDiag, ArrayRef<clangd::Fix>) TEST() argument [all...] |
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | OverlappingReplacementsTest.cpp | 345 const char Fix[] = in TEST() local
|
H A D | AddConstTest.cpp | 30 std::optional<FixItHint> Fix = in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/tool/ |
H A D | ClangTidyMain.cpp | 170 static cl::opt<bool> Fix("fix", desc(R"( global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 713 const FixItHint &Fix = *I; EmitCodeContext() local
|
/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 2179 for (const tooling::Replacement &Fix : Fixes.first) { reformatRawStringLiteral() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 874 ConversionFixItGenerator Fix; global() member
|