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:1326

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* Child

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::OutputBuffer & OB) const

Inherited from Node:

Methods

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

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

Parameters

const llvm::itanium_demangle::Node* Child_

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

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

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

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

Templates

Fn

Parameters

Fn F

void printLeft(
    llvm::itanium_demangle::OutputBuffer& OB)
    const

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB