clang-tools 22.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 655 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 657 of file Protocol.h.
T clang::clangd::ProgressParams< T >::value |
The progress data.
Definition at line 660 of file Protocol.h.