clang-tools
15.0.0git
|
A versioned set of tokens. More...
#include <Protocol.h>
Public Attributes | |
std::string | resultId |
std::vector< SemanticToken > | tokens |
The actual tokens. More... | |
A versioned set of tokens.
Definition at line 1651 of file Protocol.h.
std::string clang::clangd::SemanticTokens::resultId |
Definition at line 1656 of file Protocol.h.
std::vector<SemanticToken> clang::clangd::SemanticTokens::tokens |
The actual tokens.
Definition at line 1659 of file Protocol.h.