LLVM 20.0.0git
|
A variadic template argument. More...
#include "llvm/Demangle/ItaniumDemangle.h"
Additional Inherited Members | |
Public Types inherited from Node | |
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... | |
Protected Attributes inherited from Node | |
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. | |
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 its Elements is. The parser inserts a ParameterPack into the TemplateParams table if the <template-args> this pack belongs to apply to an <encoding>.
Definition at line 1441 of file ItaniumDemangle.h.
|
inline |
Definition at line 1444 of file ItaniumDemangle.h.
|
inline |
Definition at line 1449 of file ItaniumDemangle.h.
|
inline |
Definition at line 1447 of file ItaniumDemangle.h.
References F.
|
inlineoverridevirtual |
Implements Node.
Definition at line 1451 of file ItaniumDemangle.h.