class PointerType

Declaration

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

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

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public PointerType(const llvm::itanium_demangle::Node * Pointee_)
  • public bool hasRHSComponentSlow(llvm::itanium_demangle::OutputStream & S) const
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & s) const
  • public void printRight(llvm::itanium_demangle::OutputStream & s) const

Inherited from Node:

Methods

PointerType(
    const llvm::itanium_demangle::Node* Pointee_)

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

Parameters

const llvm::itanium_demangle::Node* Pointee_

bool hasRHSComponentSlow(
    llvm::itanium_demangle::OutputStream& S) const

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

Parameters

llvm::itanium_demangle::OutputStream& S

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

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

Templates

Fn

Parameters

Fn F

void printLeft(
    llvm::itanium_demangle::OutputStream& s) const

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

Parameters

llvm::itanium_demangle::OutputStream& s

void printRight(
    llvm::itanium_demangle::OutputStream& s) const

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

Parameters

llvm::itanium_demangle::OutputStream& s