clang-tools 22.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 1842 of file Protocol.h.
std::string clang::clangd::SemanticTokens::resultId |
Definition at line 1847 of file Protocol.h.
Referenced by clang::clangd::toJSON().
std::vector<SemanticToken> clang::clangd::SemanticTokens::tokens |
The actual tokens.
Definition at line 1850 of file Protocol.h.
Referenced by clang::clangd::toJSON().