Home
last modified time | relevance | path

Searched defs:edits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp900 StringRef message, std::vector<lsp::TextEdit> &edits) { in getCodeActionForDiagnostic()
1208 std::vector<lsp::TextEdit> edits; in getCodeActions() local
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h286 std::vector<TextEdit> edits; member
1866 std::optional<std::vector<SemanticTokensEdit>> edits; global() member
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1486 const std::vector<EditType> edits = CalculateOptimalEdits(left, right); in CreateUnifiedDiff() local