MLIR  20.0.0git
Public Attributes | List of all members
mlir::lsp::PDLLViewOutputParams Struct Reference

Represents the parameters used when viewing the output of a PDLL file. More...

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

Public Attributes

URIForFile uri
 The URI of the document to view the output of. More...
 
PDLLViewOutputKind kind
 The kind of output to generate. More...
 

Detailed Description

Represents the parameters used when viewing the output of a PDLL file.

Definition at line 39 of file Protocol.h.

Member Data Documentation

◆ kind

PDLLViewOutputKind mlir::lsp::PDLLViewOutputParams::kind

The kind of output to generate.

Definition at line 44 of file Protocol.h.

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

◆ uri

URIForFile mlir::lsp::PDLLViewOutputParams::uri

The URI of the document to view the output of.

Definition at line 41 of file Protocol.h.

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


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