class PostfixExpr

Declaration

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

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

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* Child
private const llvm::itanium_demangle::StringView Operator

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public PostfixExpr(const llvm::itanium_demangle::Node * Child_, llvm::itanium_demangle::StringView Operator_, llvm::itanium_demangle::Node::Prec Prec_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

PostfixExpr(
    const llvm::itanium_demangle::Node* Child_,
    llvm::itanium_demangle::StringView Operator_,
    llvm::itanium_demangle::Node::Prec Prec_)

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

Parameters

const llvm::itanium_demangle::Node* Child_
llvm::itanium_demangle::StringView Operator_
llvm::itanium_demangle::Node::Prec Prec_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB