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