class ParameterPackExpansion

Declaration

class ParameterPackExpansion : public Node { /* full declaration omitted */ };

Description

A pack expansion. Below this node, there are some unexpanded ParameterPacks which each have Child->ParameterPackSize elements.

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1150

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public ParameterPackExpansion(const llvm::itanium_demangle::Node * Child_)
  • public const llvm::itanium_demangle::Node * getChild() const
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & S) const

Inherited from Node:

Methods

ParameterPackExpansion(
    const llvm::itanium_demangle::Node* Child_)

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1154

Parameters

const llvm::itanium_demangle::Node* Child_

const llvm::itanium_demangle::Node* getChild()
    const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1159

template <typename Fn>
void match(Fn F) const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1157

Templates

Fn

Parameters

Fn F

void printLeft(
    llvm::itanium_demangle::OutputStream& S) const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1161

Parameters

llvm::itanium_demangle::OutputStream& S