LLVM 19.0.0git
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ExpandedSpecialSubstitution Class Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Inheritance diagram for ExpandedSpecialSubstitution:
Inheritance graph
[legend]

Public Member Functions

 ExpandedSpecialSubstitution (SpecialSubKind SSK_)
 
 ExpandedSpecialSubstitution (SpecialSubstitution const *)
 
template<typename Fn >
void match (Fn F) const
 
- 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
 
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 void printLeft (OutputBuffer &) const =0
 
virtual void printRight (OutputBuffer &) const
 
virtual std::string_view getBaseName () const
 
virtual ~Node ()=default
 
DEMANGLE_DUMP_METHOD void dump () const
 

Protected Member Functions

 ExpandedSpecialSubstitution (SpecialSubKind SSK_, Kind K_)
 
bool isInstantiation () const
 
std::string_view getBaseName () const override
 

Protected Attributes

SpecialSubKind SSK
 

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...
 
- Public 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 1645 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ ExpandedSpecialSubstitution() [1/3]

ExpandedSpecialSubstitution::ExpandedSpecialSubstitution ( SpecialSubKind  SSK_,
Kind  K_ 
)
inlineprotected

Definition at line 1649 of file ItaniumDemangle.h.

◆ ExpandedSpecialSubstitution() [2/3]

ExpandedSpecialSubstitution::ExpandedSpecialSubstitution ( SpecialSubKind  SSK_)
inline

Definition at line 1652 of file ItaniumDemangle.h.

◆ ExpandedSpecialSubstitution() [3/3]

ExpandedSpecialSubstitution::ExpandedSpecialSubstitution ( SpecialSubstitution const SS)
inline

Definition at line 1715 of file ItaniumDemangle.h.

Member Function Documentation

◆ getBaseName()

std::string_view ExpandedSpecialSubstitution::getBaseName ( ) const
inlineoverrideprotectedvirtual

Reimplemented from Node.

Reimplemented in SpecialSubstitution.

Definition at line 1663 of file ItaniumDemangle.h.

References DEMANGLE_UNREACHABLE, and SSK.

Referenced by SpecialSubstitution::getBaseName().

◆ isInstantiation()

bool ExpandedSpecialSubstitution::isInstantiation ( ) const
inlineprotected

Definition at line 1659 of file ItaniumDemangle.h.

References SSK.

Referenced by SpecialSubstitution::getBaseName().

◆ match()

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

Definition at line 1656 of file ItaniumDemangle.h.

References F, and SSK.

Member Data Documentation

◆ SSK

SpecialSubKind ExpandedSpecialSubstitution::SSK
protected

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