clang-tools
8.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. More... | |
Range | range |
The range to format. More... | |
FormattingOptions | options |
The format options. More... | |
Definition at line 518 of file Protocol.h.
FormattingOptions clang::clangd::DocumentRangeFormattingParams::options |
The format options.
Definition at line 526 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
Range clang::clangd::DocumentRangeFormattingParams::range |
The range to format.
Definition at line 523 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument |
The document to format.
Definition at line 520 of file Protocol.h.
Referenced by clang::clangd::fromJSON().