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

Parameters for the document link request. More...

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

Public Attributes

TextDocumentIdentifier textDocument
 The document to provide document links for. More...
 

Detailed Description

Parameters for the document link request.

Definition at line 1005 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier mlir::lsp::DocumentLinkParams::textDocument

The document to provide document links for.

Definition at line 1007 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().


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