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

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

Public Attributes

URIForFile uri
 The text document's URI.
std::string languageId
 The text document's language identifier.
std::string text
 The content of the opened text document.
int64_t version
 The version number of this document.

Detailed Description

Definition at line 236 of file Protocol.h.

Member Data Documentation

◆ languageId

std::string llvm::lsp::TextDocumentItem::languageId

The text document's language identifier.

Definition at line 241 of file Protocol.h.

◆ text

std::string llvm::lsp::TextDocumentItem::text

The content of the opened text document.

Definition at line 244 of file Protocol.h.

◆ uri

URIForFile llvm::lsp::TextDocumentItem::uri

The text document's URI.

Definition at line 238 of file Protocol.h.

◆ version

int64_t llvm::lsp::TextDocumentItem::version

The version number of this document.

Definition at line 247 of file Protocol.h.


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