class SyntheticTemplateParamName
Declaration
class SyntheticTemplateParamName : public Node { /* full declaration omitted */ };
Description
An invented name for a template parameter for which we don't have a corresponding template argument. This node is created when parsing the <lambda -sig> for a lambda with explicit template arguments, which might be referenced in the parameter types appearing later in the <lambda -sig>.
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:942
Inherits from: Node
Member Variables
Inherited from Node:
Method Overview
- public SyntheticTemplateParamName(llvm::itanium_demangle::TemplateParamKind Kind_, unsigned int Index_)
- 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
¶SyntheticTemplateParamName(
llvm::itanium_demangle::TemplateParamKind
Kind_,
unsigned int Index_)
SyntheticTemplateParamName(
llvm::itanium_demangle::TemplateParamKind
Kind_,
unsigned int Index_)
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:947
Parameters
- llvm::itanium_demangle::TemplateParamKind Kind_
- unsigned int Index_
¶template <typename Fn>
void match(Fn F) const
template <typename Fn>
void match(Fn F) const
Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:950
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:952