clang-tools
10.0.0
|
#include <Protocol.h>
Public Attributes | |
llvm::Optional< Range > | range |
The range of the document that changed. More... | |
llvm::Optional< int > | rangeLength |
The length of the range that got replaced. More... | |
std::string | text |
The new text of the range/document. More... | |
Definition at line 536 of file Protocol.h.
llvm::Optional<Range> clang::clangd::TextDocumentContentChangeEvent::range |
The range of the document that changed.
Definition at line 538 of file Protocol.h.
llvm::Optional<int> clang::clangd::TextDocumentContentChangeEvent::rangeLength |
The length of the range that got replaced.
Definition at line 541 of file Protocol.h.
std::string clang::clangd::TextDocumentContentChangeEvent::text |
The new text of the range/document.
Definition at line 544 of file Protocol.h.