class BinaryExpr

Declaration

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

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

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* LHS
private const llvm::itanium_demangle::StringView InfixOperator
private const llvm::itanium_demangle::Node* RHS

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public BinaryExpr(const llvm::itanium_demangle::Node * LHS_, llvm::itanium_demangle::StringView InfixOperator_, const llvm::itanium_demangle::Node * RHS_, 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

BinaryExpr(
    const llvm::itanium_demangle::Node* LHS_,
    llvm::itanium_demangle::StringView
        InfixOperator_,
    const llvm::itanium_demangle::Node* RHS_,
    llvm::itanium_demangle::Node::Prec Prec_)

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

Parameters

const llvm::itanium_demangle::Node* LHS_
llvm::itanium_demangle::StringView InfixOperator_
const llvm::itanium_demangle::Node* RHS_
llvm::itanium_demangle::Node::Prec Prec_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB