clang-tools
11.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. More... | |
Range | range |
The range to format. More... | |
Definition at line 739 of file Protocol.h.
Range clang::clangd::DocumentRangeFormattingParams::range |
The range to format.
Definition at line 744 of file Protocol.h.
TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument |
The document to format.
Definition at line 741 of file Protocol.h.