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