clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::SemanticTokensEdit Struct Reference

Describes a replacement of a contiguous range of semanticTokens. More...

#include <Protocol.h>

Public Attributes

unsigned startToken = 0
 
unsigned deleteTokens = 0
 
std::vector< SemanticTokentokens
 

Detailed Description

Describes a replacement of a contiguous range of semanticTokens.

Definition at line 1851 of file Protocol.h.

Member Data Documentation

◆ deleteTokens

unsigned clang::clangd::SemanticTokensEdit::deleteTokens = 0

Definition at line 1856 of file Protocol.h.

◆ startToken

unsigned clang::clangd::SemanticTokensEdit::startToken = 0

Definition at line 1855 of file Protocol.h.

◆ tokens

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

Definition at line 1857 of file Protocol.h.


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