clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
std::optional< Range > | range |
The range of the document that changed. | |
std::optional< int > | rangeLength |
The length of the range that got replaced. | |
std::string | text |
The new text of the range/document. | |
Definition at line 774 of file Protocol.h.
std::optional<Range> clang::clangd::TextDocumentContentChangeEvent::range |
The range of the document that changed.
Definition at line 776 of file Protocol.h.
Referenced by clang::clangd::applyChange(), and clang::clangd::fromJSON().
std::optional<int> clang::clangd::TextDocumentContentChangeEvent::rangeLength |
The length of the range that got replaced.
Definition at line 779 of file Protocol.h.
Referenced by clang::clangd::applyChange(), and clang::clangd::fromJSON().
std::string clang::clangd::TextDocumentContentChangeEvent::text |
The new text of the range/document.
Definition at line 782 of file Protocol.h.
Referenced by clang::clangd::applyChange(), and clang::clangd::fromJSON().