LLVM: llvm::lsp::TextDocumentPositionParams Struct Reference (original) (raw)

#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"

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 434 of file Protocol.h.

Member Data Documentation

position

Position llvm::lsp::TextDocumentPositionParams::position

The position inside the text document.

Definition at line 439 of file Protocol.h.

textDocument

TextDocumentIdentifier llvm::lsp::TextDocumentPositionParams::textDocument

The text document.

Definition at line 436 of file Protocol.h.


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