LLVM 22.0.0git
llvm::lsp::TextDocumentPositionParams Struct Reference

#include "llvm/Support/LSP/Protocol.h"

Inheritance diagram for llvm::lsp::TextDocumentPositionParams:
[legend]

Public Attributes

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

Detailed Description

Definition at line 427 of file Protocol.h.

Member Data Documentation

◆ position

Position llvm::lsp::TextDocumentPositionParams::position

The position inside the text document.

Definition at line 432 of file Protocol.h.

◆ textDocument

TextDocumentIdentifier llvm::lsp::TextDocumentPositionParams::textDocument

The text document.

Definition at line 429 of file Protocol.h.


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