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

Represents the signature of something callable. More...

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

Public Attributes

std::string label
 The label of this signature. Mandatory. More...
 
std::string documentation
 The documentation of this signature. Optional. More...
 
std::vector< ParameterInformationparameters
 The parameters of this signature. More...
 

Detailed Description

Represents the signature of something callable.

Definition at line 966 of file Protocol.h.

Member Data Documentation

◆ documentation

std::string mlir::lsp::SignatureInformation::documentation

The documentation of this signature. Optional.

Definition at line 971 of file Protocol.h.

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

◆ label

std::string mlir::lsp::SignatureInformation::label

The label of this signature. Mandatory.

Definition at line 968 of file Protocol.h.

Referenced by mlir::lsp::operator<<(), and mlir::lsp::toJSON().

◆ parameters

std::vector<ParameterInformation> mlir::lsp::SignatureInformation::parameters

The parameters of this signature.

Definition at line 974 of file Protocol.h.

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


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