|
clang-tools 22.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 1870 of file Protocol.h.
| std::string clang::clangd::SemanticTokensDeltaParams::previousResultId |
The previous result id.
Definition at line 1874 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| TextDocumentIdentifier clang::clangd::SemanticTokensDeltaParams::textDocument |
The text document.
Definition at line 1872 of file Protocol.h.
Referenced by clang::clangd::fromJSON().