clang-tools 18.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 1778 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier clang::clangd::SemanticTokensParams::textDocument

The text document.

Definition at line 1780 of file Protocol.h.

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


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