class ConversionOperatorType

Declaration

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

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

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public ConversionOperatorType(const llvm::itanium_demangle::Node * Ty_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & S) const

Inherited from Node:

Methods

ConversionOperatorType(
    const llvm::itanium_demangle::Node* Ty_)

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

Parameters

const llvm::itanium_demangle::Node* Ty_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputStream& S