struct LocalStaticGuardIdentifierNode

Declaration

struct LocalStaticGuardIdentifierNode : public IdentifierNode { /* full declaration omitted */ };

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

Inherits from: IdentifierNode

Member Variables

public bool IsThread = false
public uint32_t ScopeIndex = 0

Inherited from IdentifierNode:

public TemplateParams = nullptr

Method Overview

Inherited from IdentifierNode:

Inherited from Node:

Methods

LocalStaticGuardIdentifierNode()

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

void output(
    llvm::itanium_demangle::OutputStream& OS,
    llvm::ms_demangle::OutputFlags Flags) const

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

Parameters

llvm::itanium_demangle::OutputStream& OS
llvm::ms_demangle::OutputFlags Flags