clang-tools
8.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. More... | |
FormattingOptions | options |
The format options. More... | |
Definition at line 545 of file Protocol.h.
FormattingOptions clang::clangd::DocumentFormattingParams::options |
The format options.
Definition at line 550 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::DocumentFormattingParams::textDocument |
The document to format.
Definition at line 547 of file Protocol.h.
Referenced by clang::clangd::fromJSON().