clang 22.0.0git
clang::extractapi::FunctionSignature::Parameter Struct Reference

Parameter holds the name and DeclarationFragments of a single parameter. More...

#include "clang/ExtractAPI/DeclarationFragments.h"

Public Member Functions

 Parameter (StringRef Name, DeclarationFragments Fragments)

Public Attributes

std::string Name
DeclarationFragments Fragments

Detailed Description

Parameter holds the name and DeclarationFragments of a single parameter.

Definition at line 261 of file DeclarationFragments.h.

Constructor & Destructor Documentation

◆ Parameter()

clang::extractapi::FunctionSignature::Parameter::Parameter ( StringRef Name,
DeclarationFragments Fragments )
inline

Definition at line 265 of file DeclarationFragments.h.

References Fragments, and Name.

Member Data Documentation

◆ Fragments

DeclarationFragments clang::extractapi::FunctionSignature::Parameter::Fragments

Definition at line 263 of file DeclarationFragments.h.

Referenced by Parameter().

◆ Name

std::string clang::extractapi::FunctionSignature::Parameter::Name

Definition at line 262 of file DeclarationFragments.h.

Referenced by Parameter().


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