LLVM 22.0.0git
QualType Class Referencefinal

#include "llvm/Demangle/ItaniumDemangle.h"

Inheritance diagram for QualType:
[legend]

Public Member Functions

 QualType (const Node *Child_, Qualifiers Quals_)
Qualifiers getQuals () const
const NodegetChild () const
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
void printLeft (OutputBuffer &OB) const override
void printRight (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 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 std::string_view getBaseName () const
virtual ~Node ()=default
DEMANGLE_DUMP_METHOD void dump () const

Protected Member Functions

void printQuals (OutputBuffer &OB) const

Protected Attributes

const Qualifiers Quals
const NodeChild
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.

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...

Detailed Description

Definition at line 437 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ QualType()

QualType::QualType ( const Node * Child_,
Qualifiers Quals_ )
inline

Member Function Documentation

◆ getChild()

const Node * QualType::getChild ( ) const
inline

Definition at line 458 of file ItaniumDemangle.h.

References Child, and Node::Node().

◆ getQuals()

Qualifiers QualType::getQuals ( ) const
inline

Definition at line 457 of file ItaniumDemangle.h.

References Quals.

◆ hasArraySlow()

bool QualType::hasArraySlow ( OutputBuffer & OB) const
inlineoverridevirtual

Reimplemented from Node.

Definition at line 465 of file ItaniumDemangle.h.

References Child, and Node::OutputBuffer.

◆ hasFunctionSlow()

bool QualType::hasFunctionSlow ( OutputBuffer & OB) const
inlineoverridevirtual

Reimplemented from Node.

Definition at line 468 of file ItaniumDemangle.h.

References Child, and Node::OutputBuffer.

◆ hasRHSComponentSlow()

bool QualType::hasRHSComponentSlow ( OutputBuffer & OB) const
inlineoverridevirtual

Reimplemented from Node.

Definition at line 462 of file ItaniumDemangle.h.

References Child, and Node::OutputBuffer.

◆ match()

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

Definition at line 460 of file ItaniumDemangle.h.

References Child, F, and Quals.

◆ printLeft()

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

Implements Node.

Definition at line 472 of file ItaniumDemangle.h.

References Child, Node::OutputBuffer, and printQuals().

◆ printQuals()

void QualType::printQuals ( OutputBuffer & OB) const
inlineprotected

Definition at line 442 of file ItaniumDemangle.h.

References Node::OutputBuffer, QualConst, QualRestrict, Quals, and QualVolatile.

Referenced by printLeft().

◆ printRight()

void QualType::printRight ( OutputBuffer & OB) const
inlineoverridevirtual

Reimplemented from Node.

Definition at line 477 of file ItaniumDemangle.h.

References Child, and Node::OutputBuffer.

Member Data Documentation

◆ Child

const Node* QualType::Child
protected

◆ Quals

const Qualifiers QualType::Quals
protected

Definition at line 439 of file ItaniumDemangle.h.

Referenced by getQuals(), match(), printQuals(), and QualType().


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