LLVM
8.0.1
|
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 (OutputStream &S) const override |
bool | hasArraySlow (OutputStream &S) const override |
bool | hasFunctionSlow (OutputStream &S) const override |
const Node * | getSyntaxNode (OutputStream &S) const override |
void | printLeft (OutputStream &S) const override |
void | printRight (OutputStream &S) const override |
Public Member Functions inherited from llvm::itanium_demangle::Node | |
Node (Kind K_, Cache RHSComponentCache_=Cache::No, 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 (OutputStream &S) const |
bool | hasArray (OutputStream &S) const |
bool | hasFunction (OutputStream &S) const |
Kind | getKind () const |
void | print (OutputStream &S) const |
virtual StringView | getBaseName () const |
virtual | ~Node ()=default |
LLVM_DUMP_METHOD void | dump () const |
Additional Inherited Members | |
Public Types inherited from llvm::itanium_demangle::Node | |
enum | Kind : unsigned char |
enum | Cache : unsigned char { Cache::Yes, Cache::No, Cache::Unknown } |
Three-way bool to track a cached value. More... | |
Public Attributes inherited from llvm::itanium_demangle::Node | |
Cache | RHSComponentCache |
Tracks if this node has a component on its right side, in which case we need to call printRight. More... | |
Cache | ArrayCache |
Track if this node is a (possibly qualified) array type. More... | |
Cache | FunctionCache |
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 971 of file ItaniumDemangle.h.
|
inline |
|
inlineoverridevirtual |
Reimplemented from llvm::itanium_demangle::Node.
Definition at line 1016 of file ItaniumDemangle.h.
References OutputStream::CurrentPackIndex.
|
inlineoverridevirtual |
Reimplemented from llvm::itanium_demangle::Node.
Definition at line 1006 of file ItaniumDemangle.h.
References OutputStream::CurrentPackIndex.
|
inlineoverridevirtual |
Reimplemented from llvm::itanium_demangle::Node.
Definition at line 1011 of file ItaniumDemangle.h.
References OutputStream::CurrentPackIndex.
|
inlineoverridevirtual |
Reimplemented from llvm::itanium_demangle::Node.
Definition at line 1001 of file ItaniumDemangle.h.
References OutputStream::CurrentPackIndex.
|
inline |
Definition at line 999 of file ItaniumDemangle.h.
References F().
|
inlineoverridevirtual |
Implements llvm::itanium_demangle::Node.
Definition at line 1022 of file ItaniumDemangle.h.
References OutputStream::CurrentPackIndex, and llvm::itanium_demangle::Node::printLeft().
|
inlineoverridevirtual |
Reimplemented from llvm::itanium_demangle::Node.
Definition at line 1028 of file ItaniumDemangle.h.
References OutputStream::CurrentPackIndex, and llvm::itanium_demangle::Node::printRight().