class EnclosingExpr

Declaration

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

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

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public EnclosingExpr(llvm::itanium_demangle::StringView Prefix_, llvm::itanium_demangle::Node * Infix_, llvm::itanium_demangle::StringView Postfix_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & S) const

Inherited from Node:

Methods

EnclosingExpr(
    llvm::itanium_demangle::StringView Prefix_,
    llvm::itanium_demangle::Node* Infix_,
    llvm::itanium_demangle::StringView Postfix_)

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

Parameters

llvm::itanium_demangle::StringView Prefix_
llvm::itanium_demangle::Node* Infix_
llvm::itanium_demangle::StringView Postfix_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputStream& S