class DotSuffix

Declaration

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

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

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public DotSuffix(const llvm::itanium_demangle::Node * Prefix_, llvm::itanium_demangle::StringView Suffix_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & s) const

Inherited from Node:

Methods

DotSuffix(
    const llvm::itanium_demangle::Node* Prefix_,
    llvm::itanium_demangle::StringView Suffix_)

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

Parameters

const llvm::itanium_demangle::Node* Prefix_
llvm::itanium_demangle::StringView Suffix_

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputStream& s