class ThrowExpr

Declaration

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

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

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* Op

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

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

Inherited from Node:

Methods

ThrowExpr(const llvm::itanium_demangle::Node* Op_)

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

Parameters

const llvm::itanium_demangle::Node* Op_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB