class FloatLiteralImpl

Declaration

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

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

Inherits from: Node

Templates

Float

Member Variables

private const llvm::itanium_demangle::StringView Contents
private static const llvm::itanium_demangle::Node::Kind KindForClass = float_literal_impl::getFloatLiteralKind((type-parameter-0-0 *)nullptr)

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::OutputBuffer & OB) const

Inherited from Node:

Methods

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

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

Parameters

llvm::itanium_demangle::StringView Contents_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB