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

Body of textDocument/semanticTokens/full request. More...

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The text document.
 

Detailed Description

Body of textDocument/semanticTokens/full request.

Definition at line 1832 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier clang::clangd::SemanticTokensParams::textDocument

The text document.

Definition at line 1834 of file Protocol.h.

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


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