LLVM 22.0.0git
NameWithTemplateArgs Struct Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Inheritance diagram for NameWithTemplateArgs:
[legend]

Public Member Functions

 NameWithTemplateArgs (Node *Name_, Node *TemplateArgs_)
template<typename Fn>
void match (Fn F) const
std::string_view getBaseName () const override
void printLeft (OutputBuffer &OB) const override
Public Member Functions inherited from Node
 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.
bool hasRHSComponent (OutputBuffer &OB) const
bool hasArray (OutputBuffer &OB) const
bool hasFunction (OutputBuffer &OB) const
Kind getKind () const
Prec getPrecedence () const
Cache getRHSComponentCache () const
Cache getArrayCache () const
Cache getFunctionCache () const
virtual bool hasRHSComponentSlow (OutputBuffer &) const
virtual bool hasArraySlow (OutputBuffer &) const
virtual bool hasFunctionSlow (OutputBuffer &) const
virtual const NodegetSyntaxNode (OutputBuffer &) const
void printAsOperand (OutputBuffer &OB, Prec P=Prec::Default, bool StrictlyWorse=false) const
void print (OutputBuffer &OB) const
virtual bool printInitListAsType (OutputBuffer &, const NodeArray &) const
virtual ~Node ()=default
DEMANGLE_DUMP_METHOD void dump () const

Public Attributes

NodeName
NodeTemplateArgs

Additional Inherited Members

Public Types inherited from Node
enum  Kind : uint8_t
enum class  Cache : uint8_t { Yes , No , Unknown }
 Three-way bool to track a cached value. More...
enum class  Prec : uint8_t {
  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.

Detailed Description

Definition at line 1638 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ NameWithTemplateArgs()

NameWithTemplateArgs::NameWithTemplateArgs ( Node * Name_,
Node * TemplateArgs_ )
inline

Definition at line 1643 of file ItaniumDemangle.h.

References Name, Node::Node(), and TemplateArgs.

Member Function Documentation

◆ getBaseName()

std::string_view NameWithTemplateArgs::getBaseName ( ) const
inlineoverridevirtual

Reimplemented from Node.

Definition at line 1648 of file ItaniumDemangle.h.

References Name.

◆ match()

template<typename Fn>
void NameWithTemplateArgs::match ( Fn F) const
inline

Definition at line 1646 of file ItaniumDemangle.h.

References F, Name, and TemplateArgs.

◆ printLeft()

void NameWithTemplateArgs::printLeft ( OutputBuffer & OB) const
inlineoverridevirtual

Implements Node.

Definition at line 1650 of file ItaniumDemangle.h.

References Name, Node::OutputBuffer, and TemplateArgs.

Member Data Documentation

◆ Name

Node* NameWithTemplateArgs::Name

Definition at line 1640 of file ItaniumDemangle.h.

Referenced by getBaseName(), match(), NameWithTemplateArgs(), and printLeft().

◆ TemplateArgs

Node* NameWithTemplateArgs::TemplateArgs

Definition at line 1641 of file ItaniumDemangle.h.

Referenced by match(), NameWithTemplateArgs(), and printLeft().


The documentation for this struct was generated from the following file: