LLVM: ParameterPackExpansion Class Reference (original) (raw)
A pack expansion. More...
#include "[llvm/Demangle/ItaniumDemangle.h](ItaniumDemangle%5F8h%5Fsource.html)"
Inheritance diagram for ParameterPackExpansion:
Additional Inherited Members | |
---|---|
![]() |
|
enum | Kind : unsigned char |
enum class | Cache : unsigned char { Yes, No, Unknown } |
Three-way bool to track a cached value. More... | |
enum class | Prec { Primary, Postfix, Unary, Cast, PtrMem, Multiplicative, Additive, Shift, Spaceship, Relational, Equality, And, Xor, Ior, AndIf, OrIf, Conditional, Assign, Comma, Default } |
Operator precedence for expression nodes. More... | |
![]() |
|
Cache | RHSComponentCache: 2 |
Tracks if this node has a component on its right side, in which case we need to call printRight. | |
Cache | ArrayCache: 2 |
Track if this node is a (possibly qualified) array type. | |
Cache | FunctionCache: 2 |
Track if this node is a (possibly qualified) function type. | |
Detailed Description
A pack expansion.
Below this node, there are some unexpanded ParameterPacks which each have Child->ParameterPackSize elements.
Definition at line 1480 of file ItaniumDemangle.h.
Constructor & Destructor Documentation
ParameterPackExpansion::ParameterPackExpansion ( const Node * Child_) | inline |
---|
Member Function Documentation
◆ getChild()
const Node * ParameterPackExpansion::getChild ( ) const | inline |
---|
◆ match()
template
void ParameterPackExpansion::match ( Fn F) const | inline |
---|
◆ printLeft()
void ParameterPackExpansion::printLeft ( OutputBuffer & OB) const | inlineoverridevirtual |
---|
The documentation for this class was generated from the following file:
- include/llvm/Demangle/ItaniumDemangle.h