MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::VersionedTextDocumentIdentifier Struct Reference

#include "mlir/Tools/lsp-server-support/Protocol.h"

Public Attributes

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

Detailed Description

Definition at line 265 of file Protocol.h.

Member Data Documentation

◆ uri

URIForFile mlir::lsp::VersionedTextDocumentIdentifier::uri

The text document's URI.

Definition at line 267 of file Protocol.h.

Referenced by mlir::lsp::fromJSON(), and mlir::lsp::toJSON().

◆ version

int64_t mlir::lsp::VersionedTextDocumentIdentifier::version

The version number of this document.

Definition at line 269 of file Protocol.h.

Referenced by mlir::lsp::fromJSON(), and mlir::lsp::toJSON().


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