|
clang-tools 23.0.0git
|
Describes a replacement of a contiguous range of semanticTokens. More...
#include <Protocol.h>
Public Attributes | |
| unsigned | startToken = 0 |
| unsigned | deleteTokens = 0 |
| std::vector< SemanticToken > | tokens |
Describes a replacement of a contiguous range of semanticTokens.
Definition at line 1933 of file Protocol.h.
| unsigned clang::clangd::SemanticTokensEdit::deleteTokens = 0 |
Definition at line 1938 of file Protocol.h.
| unsigned clang::clangd::SemanticTokensEdit::startToken = 0 |
Definition at line 1937 of file Protocol.h.
| std::vector<SemanticToken> clang::clangd::SemanticTokensEdit::tokens |
Definition at line 1939 of file Protocol.h.