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

#include <Protocol.h>

Inheritance diagram for clang::clangd::TextDocumentPositionParams:
Inheritance graph
[legend]

Public Attributes

TextDocumentIdentifier textDocument
 The text document.
 
Position position
 The position inside the text document.
 

Detailed Description

Definition at line 1201 of file Protocol.h.

Member Data Documentation

◆ position

Position clang::clangd::TextDocumentPositionParams::position

The position inside the text document.

Definition at line 1206 of file Protocol.h.

Referenced by clang::clangd::fromJSON(), and clang::clangd::getToggle().

◆ textDocument

TextDocumentIdentifier clang::clangd::TextDocumentPositionParams::textDocument

The text document.

Definition at line 1203 of file Protocol.h.

Referenced by clang::clangd::fromJSON(), and clang::clangd::getToggle().


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