|
clang-tools 23.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 879 of file Protocol.h.
| std::vector<Range> clang::clangd::DocumentRangesFormattingParams::ranges |
The list of ranges to format.
Definition at line 884 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| TextDocumentIdentifier clang::clangd::DocumentRangesFormattingParams::textDocument |
The document to format.
Definition at line 881 of file Protocol.h.
Referenced by clang::clangd::fromJSON().