clang-tools  9.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...
 

Detailed Description

Definition at line 597 of file Protocol.h.

Member Data Documentation

◆ range

Range clang::clangd::DocumentRangeFormattingParams::range

The range to format.

Definition at line 602 of file Protocol.h.

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentRangeFormattingParams::textDocument

The document to format.

Definition at line 599 of file Protocol.h.


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