MLIR
20.0.0git
|
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... | |
Parameters for the document link request.
Definition at line 1015 of file Protocol.h.
TextDocumentIdentifier mlir::lsp::DocumentLinkParams::textDocument |
The document to provide document links for.
Definition at line 1017 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().