clang-tools 20.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 651 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 653 of file Protocol.h.
Referenced by clang::clangd::toJSON().
T clang::clangd::ProgressParams< T >::value |
The progress data.
Definition at line 656 of file Protocol.h.
Referenced by clang::clangd::toJSON().