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