LLVM
16.0.0git
|
An unexpanded parameter pack (either in the expression or type context). More...
#include "llvm/Demangle/ItaniumDemangle.h"
Public Member Functions | |
ParameterPack (NodeArray Data_) | |
template<typename Fn > | |
void | match (Fn F) const |
bool | hasRHSComponentSlow (OutputBuffer &OB) const override |
bool | hasArraySlow (OutputBuffer &OB) const override |
bool | hasFunctionSlow (OutputBuffer &OB) const override |
const Node * | getSyntaxNode (OutputBuffer &OB) const override |
void | printLeft (OutputBuffer &OB) const override |
void | printRight (OutputBuffer &OB) const override |
![]() | |
Node (Kind K_, Prec Precedence_=Prec::Primary, Cache RHSComponentCache_=Cache::No, Cache ArrayCache_=Cache::No, Cache FunctionCache_=Cache::No) | |
Node (Kind K_, Cache RHSComponentCache_, Cache ArrayCache_=Cache::No, Cache FunctionCache_=Cache::No) | |
template<typename Fn > | |
void | visit (Fn F) const |
Visit the most-derived object corresponding to this object. More... | |
bool | hasRHSComponent (OutputBuffer &OB) const |
bool | hasArray (OutputBuffer &OB) const |
bool | hasFunction (OutputBuffer &OB) const |
Kind | getKind () const |
Prec | getPrecedence () const |
void | printAsOperand (OutputBuffer &OB, Prec P=Prec::Default, bool StrictlyWorse=false) const |
void | print (OutputBuffer &OB) const |
virtual StringView | getBaseName () const |
virtual | ~Node ()=default |
DEMANGLE_DUMP_METHOD void | dump () const |
Additional Inherited Members | |
![]() | |
enum | Kind : unsigned char |
enum | Cache : unsigned char { Cache::Yes, Cache::No, Cache::Unknown } |
Three-way bool to track a cached value. More... | |
enum | Prec { Prec::Primary, Prec::Postfix, Prec::Unary, Prec::Cast, Prec::PtrMem, Prec::Multiplicative, Prec::Additive, Prec::Shift, Prec::Spaceship, Prec::Relational, Prec::Equality, Prec::And, Prec::Xor, Prec::Ior, Prec::AndIf, Prec::OrIf, Prec::Conditional, Prec::Assign, Prec::Comma, Prec::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. More... | |
Cache | ArrayCache: 2 |
Track if this node is a (possibly qualified) array type. More... | |
Cache | FunctionCache: 2 |
Track if this node is a (possibly qualified) function type. More... | |
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_).
Definition at line 1250 of file ItaniumDemangle.h.
|
inline |
Definition at line 1263 of file ItaniumDemangle.h.
References llvm::all_of(), Node::ArrayCache, Node::FunctionCache, Node::No, P, Node::RHSComponentCache, and Node::Unknown.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 1296 of file ItaniumDemangle.h.
References llvm::X86II::OB.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 1286 of file ItaniumDemangle.h.
References llvm::X86II::OB.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 1291 of file ItaniumDemangle.h.
References llvm::X86II::OB.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 1281 of file ItaniumDemangle.h.
References llvm::X86II::OB.
|
inline |
Definition at line 1279 of file ItaniumDemangle.h.
References F.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 1308 of file ItaniumDemangle.h.
References llvm::X86II::OB.