clang-tools 20.0.0git
|
Body of textDocument/semanticTokens/full/delta request. More...
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. | |
std::string | previousResultId |
The previous result id. | |
Body of textDocument/semanticTokens/full/delta request.
Requests the changes in semantic tokens since a previous response.
Definition at line 1841 of file Protocol.h.
std::string clang::clangd::SemanticTokensDeltaParams::previousResultId |
The previous result id.
Definition at line 1845 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::SemanticTokensDeltaParams::textDocument |
The text document.
Definition at line 1843 of file Protocol.h.
Referenced by clang::clangd::fromJSON().