clang-tools 22.0.0git
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 852 of file Protocol.h.

Member Data Documentation

◆ range

Range clang::clangd::DocumentRangeFormattingParams::range

The range to format.

Definition at line 857 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument

The document to format.

Definition at line 854 of file Protocol.h.

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


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