clang-tools
7.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. More... | |
Position | position |
The position at which this request was sent. More... | |
std::string | ch |
The character that has been typed. More... | |
FormattingOptions | options |
The format options. More... | |
Definition at line 465 of file Protocol.h.
std::string clang::clangd::DocumentOnTypeFormattingParams::ch |
The character that has been typed.
Definition at line 473 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
FormattingOptions clang::clangd::DocumentOnTypeFormattingParams::options |
The format options.
Definition at line 476 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 470 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::DocumentOnTypeFormattingParams::textDocument |
The document to format.
Definition at line 467 of file Protocol.h.
Referenced by clang::clangd::fromJSON().