clang-tools 22.0.0git
clang::clangd::SemanticTokens Struct Reference

A versioned set of tokens. More...

#include <Protocol.h>

Public Attributes

std::string resultId
std::vector< SemanticTokentokens
 The actual tokens.

Detailed Description

A versioned set of tokens.

Definition at line 1842 of file Protocol.h.

Member Data Documentation

◆ resultId

std::string clang::clangd::SemanticTokens::resultId

Definition at line 1847 of file Protocol.h.

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

◆ tokens

std::vector<SemanticToken> clang::clangd::SemanticTokens::tokens

The actual tokens.

Definition at line 1850 of file Protocol.h.

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


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