LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
VersionedTextDocumentIdentifier | textDocument |
The document that changed. | |
std::vector< TextDocumentContentChangeEvent > | contentChanges |
The actual content changes. |
Definition at line 511 of file Protocol.h.
std::vector<TextDocumentContentChangeEvent> llvm::lsp::DidChangeTextDocumentParams::contentChanges |
The actual content changes.
Definition at line 516 of file Protocol.h.
VersionedTextDocumentIdentifier llvm::lsp::DidChangeTextDocumentParams::textDocument |
The document that changed.
Definition at line 513 of file Protocol.h.