class LambdaExpr

Declaration

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

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

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* Type

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public LambdaExpr(const llvm::itanium_demangle::Node * Type_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

LambdaExpr(
    const llvm::itanium_demangle::Node* Type_)

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

Parameters

const llvm::itanium_demangle::Node* Type_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB