clang 20.0.0git
|
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 |
Parameter holds the name and DeclarationFragments of a single parameter.
Definition at line 261 of file DeclarationFragments.h.
|
inline |
Definition at line 265 of file DeclarationFragments.h.
DeclarationFragments clang::extractapi::FunctionSignature::Parameter::Fragments |
Definition at line 263 of file DeclarationFragments.h.
std::string clang::extractapi::FunctionSignature::Parameter::Name |
Definition at line 262 of file DeclarationFragments.h.