LLVM  8.0.1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
llvm::itanium_demangle::QualType Class Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Inheritance diagram for llvm::itanium_demangle::QualType:
Inheritance graph
[legend]
Collaboration diagram for llvm::itanium_demangle::QualType:
Collaboration graph
[legend]

Public Member Functions

 QualType (const Node *Child_, Qualifiers Quals_)
 
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
 
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
 
virtual const NodegetSyntaxNode (OutputStream &) const
 
void print (OutputStream &S) const
 
virtual StringView getBaseName () const
 
virtual ~Node ()=default
 
LLVM_DUMP_METHOD void dump () const
 

Protected Member Functions

void printQuals (OutputStream &S) const
 

Protected Attributes

const Qualifiers Quals
 
const NodeChild
 

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

Detailed Description

Definition at line 302 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ QualType()

llvm::itanium_demangle::QualType::QualType ( const Node Child_,
Qualifiers  Quals_ 
)
inline

Definition at line 317 of file ItaniumDemangle.h.

Member Function Documentation

◆ hasArraySlow()

bool llvm::itanium_demangle::QualType::hasArraySlow ( OutputStream S) const
inlineoverridevirtual

Reimplemented from llvm::itanium_demangle::Node.

Definition at line 327 of file ItaniumDemangle.h.

References llvm::itanium_demangle::Node::hasArray().

◆ hasFunctionSlow()

bool llvm::itanium_demangle::QualType::hasFunctionSlow ( OutputStream S) const
inlineoverridevirtual

Reimplemented from llvm::itanium_demangle::Node.

Definition at line 330 of file ItaniumDemangle.h.

References llvm::itanium_demangle::Node::hasFunction().

◆ hasRHSComponentSlow()

bool llvm::itanium_demangle::QualType::hasRHSComponentSlow ( OutputStream S) const
inlineoverridevirtual

Reimplemented from llvm::itanium_demangle::Node.

Definition at line 324 of file ItaniumDemangle.h.

References llvm::itanium_demangle::Node::hasRHSComponent().

◆ match()

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

Definition at line 322 of file ItaniumDemangle.h.

References F().

◆ printLeft()

void llvm::itanium_demangle::QualType::printLeft ( OutputStream S) const
inlineoverridevirtual

◆ printQuals()

void llvm::itanium_demangle::QualType::printQuals ( OutputStream S) const
inlineprotected

◆ printRight()

void llvm::itanium_demangle::QualType::printRight ( OutputStream S) const
inlineoverridevirtual

Reimplemented from llvm::itanium_demangle::Node.

Definition at line 339 of file ItaniumDemangle.h.

References llvm::itanium_demangle::Node::printRight().

Member Data Documentation

◆ Child

const Node* llvm::itanium_demangle::QualType::Child
protected

Definition at line 305 of file ItaniumDemangle.h.

◆ Quals

const Qualifiers llvm::itanium_demangle::QualType::Quals
protected

Definition at line 304 of file ItaniumDemangle.h.


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