class ParameterPack
Declaration
class ParameterPack : public Node { /* full declaration omitted */ };
Description
An unexpanded parameter pack (either in the expression or type context). If this AST is correct, this node will have a ParameterPackExpansion node above it. This node is created when some <template -args> are found that apply to an <encoding >, and is stored in the TemplateParams table. In order for this to appear in the final AST, it has to referenced via a <template -param> (ie, T_).
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1063
Inherits from: Node
Member Variables
Inherited from Node:
Method Overview
- public ParameterPack(llvm::itanium_demangle::NodeArray Data_)
- public const llvm::itanium_demangle::Node * getSyntaxNode(llvm::itanium_demangle::OutputStream & S) const
- public bool hasArraySlow(llvm::itanium_demangle::OutputStream & S) const
- public bool hasFunctionSlow(llvm::itanium_demangle::OutputStream & S) const
- public bool hasRHSComponentSlow(llvm::itanium_demangle::OutputStream & S) const
- public template <typename Fn>void match(Fn F) const
- public void printLeft(llvm::itanium_demangle::OutputStream & S) const
- public void printRight(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
¶ParameterPack(
llvm::itanium_demangle::NodeArray Data_)
ParameterPack(
llvm::itanium_demangle::NodeArray Data_)
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1075
Parameters
¶const llvm::itanium_demangle::Node* getSyntaxNode(
llvm::itanium_demangle::OutputStream& S) const
const llvm::itanium_demangle::Node* getSyntaxNode(
llvm::itanium_demangle::OutputStream& S) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1108
Parameters
¶bool hasArraySlow(
llvm::itanium_demangle::OutputStream& S) const
bool hasArraySlow(
llvm::itanium_demangle::OutputStream& S) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1098
Parameters
¶bool hasFunctionSlow(
llvm::itanium_demangle::OutputStream& S) const
bool hasFunctionSlow(
llvm::itanium_demangle::OutputStream& S) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1103
Parameters
¶bool hasRHSComponentSlow(
llvm::itanium_demangle::OutputStream& S) const
bool hasRHSComponentSlow(
llvm::itanium_demangle::OutputStream& S) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1093
Parameters
¶template <typename Fn>
void match(Fn F) const
template <typename Fn>
void match(Fn F) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1091
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:1114
Parameters
¶void printRight(
llvm::itanium_demangle::OutputStream& S) const
void printRight(
llvm::itanium_demangle::OutputStream& S) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1120