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

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

Public Attributes

URIForFile uri
 The text document's URI.
int64_t version
 The version number of this document.

Detailed Description

Definition at line 272 of file Protocol.h.

Member Data Documentation

◆ uri

URIForFile llvm::lsp::VersionedTextDocumentIdentifier::uri

The text document's URI.

Definition at line 274 of file Protocol.h.

◆ version

int64_t llvm::lsp::VersionedTextDocumentIdentifier::version

The version number of this document.

Definition at line 276 of file Protocol.h.


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