clang-tools 23.0.0git
clang::clangd::DocumentRangesFormattingParams Struct Reference

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The document to format.
std::vector< Rangeranges
 The list of ranges to format.

Detailed Description

Definition at line 879 of file Protocol.h.

Member Data Documentation

◆ ranges

std::vector<Range> clang::clangd::DocumentRangesFormattingParams::ranges

The list of ranges to format.

Definition at line 884 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentRangesFormattingParams::textDocument

The document to format.

Definition at line 881 of file Protocol.h.

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


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