clang-tools
11.0.0
|
This models LSP SemanticTokensDelta | SemanticTokens, which is the result of textDocument/semanticTokens/full/delta. More...
#include <Protocol.h>
Public Attributes | |
std::string | resultId |
llvm::Optional< std::vector< SemanticTokensEdit > > | edits |
Set if we computed edits relative to a previous set of tokens. More... | |
llvm::Optional< std::vector< SemanticToken > > | tokens |
Set if we computed a fresh set of tokens. More... | |
This models LSP SemanticTokensDelta | SemanticTokens, which is the result of textDocument/semanticTokens/full/delta.
Definition at line 1422 of file Protocol.h.
llvm::Optional<std::vector<SemanticTokensEdit> > clang::clangd::SemanticTokensOrDelta::edits |
Set if we computed edits relative to a previous set of tokens.
Definition at line 1425 of file Protocol.h.
std::string clang::clangd::SemanticTokensOrDelta::resultId |
Definition at line 1423 of file Protocol.h.
llvm::Optional<std::vector<SemanticToken> > clang::clangd::SemanticTokensOrDelta::tokens |
Set if we computed a fresh set of tokens.
Definition at line 1427 of file Protocol.h.