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

Represents the signature of a callable. More...

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

Public Attributes

std::vector< SignatureInformationsignatures
 The resulting signatures. More...
 
int activeSignature = 0
 The active signature. More...
 
int activeParameter = 0
 The active parameter of the active signature. More...
 

Detailed Description

Represents the signature of a callable.

Definition at line 986 of file Protocol.h.

Member Data Documentation

◆ activeParameter

int mlir::lsp::SignatureHelp::activeParameter = 0

The active parameter of the active signature.

Definition at line 994 of file Protocol.h.

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

◆ activeSignature

int mlir::lsp::SignatureHelp::activeSignature = 0

The active signature.

Definition at line 991 of file Protocol.h.

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

◆ signatures

std::vector<SignatureInformation> mlir::lsp::SignatureHelp::signatures

The resulting signatures.

Definition at line 988 of file Protocol.h.

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


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