class DeleteExpr

Declaration

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

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

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public DeleteExpr(llvm::itanium_demangle::Node * Op_, bool IsGlobal_, bool IsArray_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & S) const

Inherited from Node:

Methods

DeleteExpr(llvm::itanium_demangle::Node* Op_,
           bool IsGlobal_,
           bool IsArray_)

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

Parameters

llvm::itanium_demangle::Node* Op_
bool IsGlobal_
bool IsArray_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputStream& S