struct ModuleName

Declaration

struct ModuleName : public Node { /* full declaration omitted */ };

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

Inherits from: Node

Member Variables

public llvm::itanium_demangle::ModuleName* Parent
public llvm::itanium_demangle::Node* Name
public bool IsPartition

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public ModuleName(llvm::itanium_demangle::ModuleName * Parent_, llvm::itanium_demangle::Node * Name_, bool IsPartition_ = false)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

ModuleName(
    llvm::itanium_demangle::ModuleName* Parent_,
    llvm::itanium_demangle::Node* Name_,
    bool IsPartition_ = false)

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

Parameters

llvm::itanium_demangle::ModuleName* Parent_
llvm::itanium_demangle::Node* Name_
bool IsPartition_ = false

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

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

Templates

Fn

Parameters

Fn F

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

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

Parameters

llvm::itanium_demangle::OutputBuffer& OB