class ThrowExpr

Declaration

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

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

Inherits from: Node

Member Variables

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::OutputStream & S) const

Inherited from Node:

Methods

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

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

Parameters

const llvm::itanium_demangle::Node* Op_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputStream& S