clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. | |
Range | range |
The range to format. | |
Definition at line 848 of file Protocol.h.
Range clang::clangd::DocumentRangeFormattingParams::range |
The range to format.
Definition at line 853 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument |
The document to format.
Definition at line 850 of file Protocol.h.
Referenced by clang::clangd::fromJSON().