clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. | |
Position | position |
The position at which this request was sent. | |
std::string | ch |
The character that has been typed. | |
Definition at line 861 of file Protocol.h.
std::string clang::clangd::DocumentOnTypeFormattingParams::ch |
The character that has been typed.
Definition at line 869 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
Position clang::clangd::DocumentOnTypeFormattingParams::position |
The position at which this request was sent.
Definition at line 866 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::DocumentOnTypeFormattingParams::textDocument |
The document to format.
Definition at line 863 of file Protocol.h.
Referenced by clang::clangd::fromJSON().