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

Represents the signature of something callable. More...

#include <Protocol.h>

Collaboration diagram for clang::clangd::SignatureInformation:
[legend]

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 1045 of file Protocol.h.

Member Data Documentation

◆ documentation

std::string clang::clangd::SignatureInformation::documentation

The documentation of this signature. Optional.

Definition at line 1051 of file Protocol.h.

◆ label

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

The label of this signature. Mandatory.

Definition at line 1048 of file Protocol.h.

Referenced by clang::clangd::operator<<().

◆ parameters

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

The parameters of this signature.

Definition at line 1054 of file Protocol.h.


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