clang-tools 22.0.0git
Public Attributes | List of all members
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 862 of file Protocol.h.

Member Data Documentation

◆ ranges

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

The list of ranges to format.

Definition at line 867 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentRangesFormattingParams::textDocument

The document to format.

Definition at line 864 of file Protocol.h.

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


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