clang-tools
11.0.0
|
#include <Protocol.h>
Public Attributes | |
llvm::json::Value | token = nullptr |
The progress token provided by the client or server. More... | |
T | value |
The progress data. More... | |
Definition at line 550 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 552 of file Protocol.h.
T clang::clangd::ProgressParams< T >::value |
The progress data.
Definition at line 555 of file Protocol.h.