LLVM  8.0.1
Public Member Functions | List of all members
llvm::itanium_demangle::FunctionType Class Referencefinal

#include "llvm/Demangle/ItaniumDemangle.h"

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

Public Member Functions

 FunctionType (const Node *Ret_, NodeArray Params_, Qualifiers CVQuals_, FunctionRefQual RefQual_, const Node *ExceptionSpec_)
 
template<typename Fn >
void match (Fn F) const
 
bool hasRHSComponentSlow (OutputStream &) const override
 
bool hasFunctionSlow (OutputStream &) 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 bool hasArraySlow (OutputStream &) const
 
virtual const NodegetSyntaxNode (OutputStream &) const
 
void print (OutputStream &S) const
 
virtual StringView getBaseName () const
 
virtual ~Node ()=default
 
LLVM_DUMP_METHOD void dump () const
 

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

Constructor & Destructor Documentation

◆ FunctionType()

llvm::itanium_demangle::FunctionType::FunctionType ( const Node Ret_,
NodeArray  Params_,
Qualifiers  CVQuals_,
FunctionRefQual  RefQual_,
const Node ExceptionSpec_ 
)
inline

Definition at line 674 of file ItaniumDemangle.h.

Member Function Documentation

◆ hasFunctionSlow()

bool llvm::itanium_demangle::FunctionType::hasFunctionSlow ( OutputStream ) const
inlineoverridevirtual

Reimplemented from llvm::itanium_demangle::Node.

Definition at line 687 of file ItaniumDemangle.h.

◆ hasRHSComponentSlow()

bool llvm::itanium_demangle::FunctionType::hasRHSComponentSlow ( OutputStream ) const
inlineoverridevirtual

Reimplemented from llvm::itanium_demangle::Node.

Definition at line 686 of file ItaniumDemangle.h.

◆ match()

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

Definition at line 682 of file ItaniumDemangle.h.

References F().

◆ printLeft()

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

Implements llvm::itanium_demangle::Node.

Definition at line 696 of file ItaniumDemangle.h.

◆ printRight()

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

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