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

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The document to format.
 
Range range
 The range to format.
 

Detailed Description

Definition at line 848 of file Protocol.h.

Member Data Documentation

◆ range

Range clang::clangd::DocumentRangeFormattingParams::range

The range to format.

Definition at line 853 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument

The document to format.

Definition at line 850 of file Protocol.h.

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


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