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

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The text document.
 
std::vector< Positionpositions
 The positions inside the text document.
 

Detailed Description

Definition at line 1882 of file Protocol.h.

Member Data Documentation

◆ positions

std::vector<Position> clang::clangd::SelectionRangeParams::positions

The positions inside the text document.

Definition at line 1887 of file Protocol.h.

◆ textDocument

TextDocumentIdentifier clang::clangd::SelectionRangeParams::textDocument

The text document.

Definition at line 1884 of file Protocol.h.


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