struct FunctionSignature::Parameter

Declaration

struct FunctionSignature::Parameter { /* full declaration omitted */ };

Description

Parameter holds the name and DeclarationFragments of a single parameter.

Declared at: clang/include/clang/ExtractAPI/DeclarationFragments.h:152

Member Variables

public std::string Name
public clang::extractapi::DeclarationFragments Fragments

Method Overview

  • public Parameter(llvm::StringRef Name, clang::extractapi::DeclarationFragments Fragments)

Methods

ΒΆParameter(llvm::StringRef Name,
          clang::extractapi::DeclarationFragments
              Fragments)

Declared at: clang/include/clang/ExtractAPI/DeclarationFragments.h:156

Parameters

llvm::StringRef Name
clang::extractapi::DeclarationFragments Fragments