class CtorVtableSpecialName

Declaration

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

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

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* FirstType
private const llvm::itanium_demangle::Node* SecondType

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public CtorVtableSpecialName(const llvm::itanium_demangle::Node * FirstType_, const llvm::itanium_demangle::Node * SecondType_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

CtorVtableSpecialName(
    const llvm::itanium_demangle::Node*
        FirstType_,
    const llvm::itanium_demangle::Node*
        SecondType_)

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

Parameters

const llvm::itanium_demangle::Node* FirstType_
const llvm::itanium_demangle::Node* SecondType_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB