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

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

Public Attributes

TextDocumentIdentifier textDocument
 The document in which the command was invoked. More...
 
Range range
 The range for which the command was invoked. More...
 
CodeActionContext context
 Context carrying additional information. More...
 

Detailed Description

Definition at line 1158 of file Protocol.h.

Member Data Documentation

◆ context

CodeActionContext mlir::lsp::CodeActionParams::context

Context carrying additional information.

Definition at line 1166 of file Protocol.h.

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

◆ range

Range mlir::lsp::CodeActionParams::range

The range for which the command was invoked.

Definition at line 1163 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier mlir::lsp::CodeActionParams::textDocument

The document in which the command was invoked.

Definition at line 1160 of file Protocol.h.

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


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