clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::SemanticTokensDeltaParams Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ previousResultId

std::string clang::clangd::SemanticTokensDeltaParams::previousResultId

The previous result id.

Definition at line 1845 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ textDocument

TextDocumentIdentifier clang::clangd::SemanticTokensDeltaParams::textDocument

The text document.

Definition at line 1843 of file Protocol.h.

Referenced by clang::clangd::fromJSON().


The documentation for this struct was generated from the following file: