class PointerToMemberType

Declaration

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

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

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* ClassType
private const llvm::itanium_demangle::Node* MemberType

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public PointerToMemberType(const llvm::itanium_demangle::Node * ClassType_, const llvm::itanium_demangle::Node * MemberType_)
  • 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

PointerToMemberType(
    const llvm::itanium_demangle::Node*
        ClassType_,
    const llvm::itanium_demangle::Node*
        MemberType_)

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

Parameters

const llvm::itanium_demangle::Node* ClassType_
const llvm::itanium_demangle::Node* MemberType_

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB