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