class FloatLiteralImpl

Declaration

template <class Float>
class FloatLiteralImpl : public Node { /* full declaration omitted */ };

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

Inherits from: Node

Templates

Float

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public FloatLiteralImpl<Float>(llvm::itanium_demangle::StringView Contents_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & s) const

Inherited from Node:

Methods

FloatLiteralImpl<Float>(
    llvm::itanium_demangle::StringView Contents_)

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

Parameters

llvm::itanium_demangle::StringView Contents_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputStream& s