class FoldExpr

Declaration

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

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

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public FoldExpr(bool IsLeftFold_, llvm::itanium_demangle::StringView OperatorName_, const llvm::itanium_demangle::Node * Pack_, const llvm::itanium_demangle::Node * Init_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & S) const

Inherited from Node:

Methods

FoldExpr(
    bool IsLeftFold_,
    llvm::itanium_demangle::StringView
        OperatorName_,
    const llvm::itanium_demangle::Node* Pack_,
    const llvm::itanium_demangle::Node* Init_)

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

Parameters

bool IsLeftFold_
llvm::itanium_demangle::StringView OperatorName_
const llvm::itanium_demangle::Node* Pack_
const llvm::itanium_demangle::Node* Init_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputStream& S