clang-tools
9.0.0
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document to format. More... | |
Range | range |
The range to format. More... | |
Definition at line 597 of file Protocol.h.
Range clang::clangd::DocumentRangeFormattingParams::range |
The range to format.
Definition at line 602 of file Protocol.h.
TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument |
The document to format.
Definition at line 599 of file Protocol.h.