class TemplateArgumentPack

Declaration

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

Description

A variadic template argument. This node represents an occurrence of J <something >E in some <template -args>. It isn't itself unexpanded, unless one of it's Elements is. The parser inserts a ParameterPack into the TemplateParams table if the <template -args> this pack belongs to apply to an <encoding >.

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

Inherits from: Node

Member Variables

private llvm::itanium_demangle::NodeArray Elements

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public TemplateArgumentPack(llvm::itanium_demangle::NodeArray Elements_)
  • public llvm::itanium_demangle::NodeArray getElements() const
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

TemplateArgumentPack(
    llvm::itanium_demangle::NodeArray Elements_)

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

Parameters

llvm::itanium_demangle::NodeArray Elements_

llvm::itanium_demangle::NodeArray getElements()
    const

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

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB