clang-tools
11.0.0
|
Body of textDocument/semanticTokens/full/delta request. More...
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. More... | |
std::string | previousResultId |
The previous result id. More... | |
Body of textDocument/semanticTokens/full/delta request.
Requests the changes in semantic tokens since a previous response.
Definition at line 1401 of file Protocol.h.
std::string clang::clangd::SemanticTokensDeltaParams::previousResultId |
The previous result id.
Definition at line 1405 of file Protocol.h.
TextDocumentIdentifier clang::clangd::SemanticTokensDeltaParams::textDocument |
The text document.
Definition at line 1403 of file Protocol.h.