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

Member Data Documentation

◆ deleteTokens

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

Definition at line 1879 of file Protocol.h.

◆ startToken

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

Definition at line 1878 of file Protocol.h.

◆ tokens

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

Definition at line 1880 of file Protocol.h.


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