clang-tools 22.0.0git
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 1855 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier clang::clangd::SemanticTokensParams::textDocument

The text document.

Definition at line 1857 of file Protocol.h.

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


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