clang-tools 22.0.0git
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. | |
std::vector< Range > | ranges |
The list of ranges to format. | |
Definition at line 862 of file Protocol.h.
std::vector<Range> clang::clangd::DocumentRangesFormattingParams::ranges |
The list of ranges to format.
Definition at line 867 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::DocumentRangesFormattingParams::textDocument |
The document to format.
Definition at line 864 of file Protocol.h.
Referenced by clang::clangd::fromJSON().