class ReferenceType

Declaration

class ReferenceType : public Node { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:628

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* Pointee
private llvm::itanium_demangle::ReferenceKind RK
private bool Printing = false

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public ReferenceType(const llvm::itanium_demangle::Node * Pointee_, llvm::itanium_demangle::ReferenceKind RK_)
  • private std::pair<ReferenceKind, const Node *> collapse(llvm::itanium_demangle::OutputBuffer & OB) const
  • public bool hasRHSComponentSlow(llvm::itanium_demangle::OutputBuffer & OB) const
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const
  • public void printRight(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

ReferenceType(
    const llvm::itanium_demangle::Node* Pointee_,
    llvm::itanium_demangle::ReferenceKind RK_)

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:666

Parameters

const llvm::itanium_demangle::Node* Pointee_
llvm::itanium_demangle::ReferenceKind RK_

std::pair<ReferenceKind, const Node*> collapse(
    llvm::itanium_demangle::OutputBuffer& OB)
    const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:641

Parameters

llvm::itanium_demangle::OutputBuffer& OB

bool hasRHSComponentSlow(
    llvm::itanium_demangle::OutputBuffer& OB)
    const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:672

Parameters

llvm::itanium_demangle::OutputBuffer& OB

template <typename Fn>
void match(Fn F) const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:670

Templates

Fn

Parameters

Fn F

void printLeft(
    llvm::itanium_demangle::OutputBuffer& OB)
    const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:676

Parameters

llvm::itanium_demangle::OutputBuffer& OB

void printRight(
    llvm::itanium_demangle::OutputBuffer& OB)
    const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:691

Parameters

llvm::itanium_demangle::OutputBuffer& OB