clang-tools  7.0.0
Public Attributes | List of all members
clang::clangd::DocumentRangeFormattingParams Struct Reference

#include <Protocol.h>

Collaboration diagram for clang::clangd::DocumentRangeFormattingParams:
[legend]

Public Attributes

TextDocumentIdentifier textDocument
 The document to format. More...
 
Range range
 The range to format. More...
 
FormattingOptions options
 The format options. More...
 

Detailed Description

Definition at line 453 of file Protocol.h.

Member Data Documentation

◆ options

FormattingOptions clang::clangd::DocumentRangeFormattingParams::options

The format options.

Definition at line 461 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ range

Range clang::clangd::DocumentRangeFormattingParams::range

The range to format.

Definition at line 458 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument

The document to format.

Definition at line 455 of file Protocol.h.

Referenced by clang::clangd::fromJSON().


The documentation for this struct was generated from the following file: