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:
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:
- public dump
- public getBaseName
- public getKind
- public getSyntaxNode
- public hasArray
- public hasArraySlow
- public hasFunction
- public hasFunctionSlow
- public hasRHSComponent
- public hasRHSComponentSlow
- public print
- public printLeft
- public printRight
- public visit
Methods
¶ParameterPackExpansion(
const llvm::itanium_demangle::Node* Child_)
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
const llvm::itanium_demangle::Node* getChild()
const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1159
¶template <typename Fn>
void match(Fn F) const
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
void printLeft(
llvm::itanium_demangle::OutputStream& S) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1161