Searched refs:contentChanges (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | version.test | 8 …hange","params":{"textDocument":{"uri":"test:///foo.c","version":5},"contentChanges":[{"text":"a"}… 11 …ocument/didChange","params":{"textDocument":{"uri":"test:///foo.c"},"contentChanges":[{"text":"b"}… 17 …ocument/didChange","params":{"textDocument":{"uri":"test:///bar.c"},"contentChanges":[{"text":"c"}… 20 …e","params":{"textDocument":{"uri":"test:///bar.c", "version": 123},"contentChanges":[{"text":"d"}…
|
| H A D | semantic-tokens-refresh.test | 22 "contentChanges":[{"text":"int x = 2;\nint y = 3;"}] 29 "contentChanges":[{"text":"#define FOO"}]
|
| H A D | formatting.test | 64 …hange","params":{"textDocument":{"uri":"test:///foo.c","version":5},"contentChanges":[{"text":"int… 131 …hange","params":{"textDocument":{"uri":"test:///foo.c","version":9},"contentChanges":[{"text":"int… 138 …hange","params":{"textDocument":{"uri":"test:///foo.c","version":5},"contentChanges":[{"text":"int…
|
| H A D | textdocument-didchange-fail.test | 26 …ment/didChange","params":{"textDocument":{"uri":"test:///main.cpp"},"contentChanges":[{"range":{"s…
|
| H A D | semantic-tokens.test | 33 "contentChanges":[{"text":"int x = 2;\nint y = 3;"}]
|
| H A D | completion.test | 39 …ge","params":{"textDocument":{"uri":"test:///main.cpp","version":2},"contentChanges":[{"text":"str…
|
| /llvm-project-15.0.7/mlir/test/mlir-pdll-lsp-server/ |
| H A D | textdocument-didchange.test | 37 }, "contentChanges": [{ 71 }, "contentChanges": [
|
| /llvm-project-15.0.7/mlir/test/tblgen-lsp-server/ |
| H A D | textdocument-didchange.test | 37 }, "contentChanges": [{ 71 }, "contentChanges": [
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | LSPServer.cpp | 179 if (params.contentChanges.size() != 1) in onDocumentDidChange() 184 params.textDocument.uri, params.contentChanges.front().text, in onDocumentDidChange()
|
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | LSPServer.cpp | 142 server.updateDocument(params.textDocument.uri, params.contentChanges, in onDocumentDidChange()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | LSPServer.cpp | 190 server.updateDocument(params.textDocument.uri, params.contentChanges, in onDocumentDidChange()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.h | 479 std::vector<TextDocumentContentChangeEvent> contentChanges; member
|
| H A D | Protocol.cpp | 521 o.map("contentChanges", result.contentChanges); in fromJSON()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Protocol.h | 723 std::vector<TextDocumentContentChangeEvent> contentChanges; member
|
| H A D | Protocol.cpp | 525 O.map("contentChanges", R.contentChanges) && in fromJSON()
|
| H A D | ClangdLSPServer.cpp | 684 for (const auto &Change : Params.contentChanges) { in onDocumentDidChange()
|