class PointerType

Declaration

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

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

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* Pointee

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

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

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

Parameters

const llvm::itanium_demangle::Node* Pointee_

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB