struct IntrinsicNode

Declaration

struct IntrinsicNode : public TypeNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:500

Inherits from: TypeNode

Member Variables

Inherited from TypeNode:

public Quals = Q_None

Method Overview

  • public IntrinsicNode()
  • public void output(llvm::itanium_demangle::OutputBuffer & OB, llvm::ms_demangle::OutputFlags Flags) const

Inherited from TypeNode:

Inherited from Node:

Methods

IntrinsicNode()

Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:501

void output(
    llvm::itanium_demangle::OutputBuffer& OB,
    llvm::ms_demangle::OutputFlags Flags) const

Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:502

Parameters

llvm::itanium_demangle::OutputBuffer& OB
llvm::ms_demangle::OutputFlags Flags