|
LLVM
8.0.1
|
A variadic template argument. More...
#include "llvm/Demangle/ItaniumDemangle.h"


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... | |
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 it's 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 1041 of file ItaniumDemangle.h.
|
inline |
Definition at line 1044 of file ItaniumDemangle.h.
|
inline |
Definition at line 1049 of file ItaniumDemangle.h.
|
inline |
Definition at line 1047 of file ItaniumDemangle.h.
References F().
|
inlineoverridevirtual |
Implements llvm::itanium_demangle::Node.
Definition at line 1051 of file ItaniumDemangle.h.
1.8.13