|
clang-tools 23.0.0git
|
#include <Protocol.h>
Public Attributes | |
| llvm::json::Value | token = nullptr |
| The progress token provided by the client or server. | |
| T | value |
| The progress data. | |
Definition at line 672 of file Protocol.h.
| llvm::json::Value clang::clangd::ProgressParams< T >::token = nullptr |
The progress token provided by the client or server.
Definition at line 674 of file Protocol.h.
| T clang::clangd::ProgressParams< T >::value |
The progress data.
Definition at line 677 of file Protocol.h.