|
clang-tools 22.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 872 of file Protocol.h.
| std::string clang::clangd::DocumentOnTypeFormattingParams::ch |
The character that has been typed.
Definition at line 880 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 877 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| TextDocumentIdentifier clang::clangd::DocumentOnTypeFormattingParams::textDocument |
The document to format.
Definition at line 874 of file Protocol.h.
Referenced by clang::clangd::fromJSON().