clang-tools 19.0.0git
Public Attributes | List of all members
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 1819 of file Protocol.h.

Member Data Documentation

◆ resultId

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

Definition at line 1824 of file Protocol.h.

◆ tokens

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

The actual tokens.

Definition at line 1827 of file Protocol.h.


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