clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::SignatureInformation Struct Reference

Represents the signature of something callable. More...

#include <Protocol.h>

Public Attributes

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

Detailed Description

Represents the signature of something callable.

Definition at line 1391 of file Protocol.h.

Member Data Documentation

◆ documentation

MarkupContent clang::clangd::SignatureInformation::documentation

The documentation of this signature. Optional.

Definition at line 1397 of file Protocol.h.

Referenced by clang::clangd::toJSON().

◆ label

std::string clang::clangd::SignatureInformation::label

The label of this signature. Mandatory.

Definition at line 1394 of file Protocol.h.

Referenced by clang::clangd::operator<<(), and clang::clangd::toJSON().

◆ parameters

std::vector<ParameterInformation> clang::clangd::SignatureInformation::parameters

The parameters of this signature.

Definition at line 1400 of file Protocol.h.

Referenced by clang::clangd::toJSON().


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