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

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

#include <Protocol.h>

Collaboration diagram for clang::clangd::SemanticTokensEdit:
[legend]

Public Attributes

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

Detailed Description

Describes a a replacement of a contiguous range of semanticTokens.

Definition at line 1410 of file Protocol.h.

Member Data Documentation

◆ deleteTokens

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

Definition at line 1415 of file Protocol.h.

◆ startToken

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

Definition at line 1414 of file Protocol.h.

◆ tokens

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

Definition at line 1416 of file Protocol.h.


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