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

Member Data Documentation

◆ resultId

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

Definition at line 1770 of file Protocol.h.

◆ tokens

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

The actual tokens.

Definition at line 1773 of file Protocol.h.


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