clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 219 of file DeclarationFragments.h.

Constructor & Destructor Documentation

◆ Parameter()

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

Definition at line 223 of file DeclarationFragments.h.

Member Data Documentation

◆ Fragments

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

Definition at line 221 of file DeclarationFragments.h.

◆ Name

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

Definition at line 220 of file DeclarationFragments.h.


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