class BoolExpr

Declaration

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

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

Inherits from: Node

Member Variables

private bool Value

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public BoolExpr(bool Value_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

BoolExpr(bool Value_)

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

Parameters

bool Value_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB