LLVM 22.0.0git
llvm::ms_demangle::LocalStaticGuardIdentifierNode Struct Reference

#include "llvm/Demangle/MicrosoftDemangleNodes.h"

Inheritance diagram for llvm::ms_demangle::LocalStaticGuardIdentifierNode:
[legend]

Public Member Functions

 LocalStaticGuardIdentifierNode ()
void output (OutputBuffer &OB, OutputFlags Flags) const override
Public Member Functions inherited from llvm::ms_demangle::IdentifierNode
 IdentifierNode (NodeKind K)
Public Member Functions inherited from llvm::ms_demangle::Node
 Node (NodeKind K)
virtual ~Node ()=default
NodeKind kind () const
DEMANGLE_ABI std::string toString (OutputFlags Flags=OF_Default) const

Static Public Member Functions

static bool classof (const Node *N)
Static Public Member Functions inherited from llvm::ms_demangle::IdentifierNode
static bool classof (const Node *N)

Public Attributes

bool IsThread = false
uint32_t ScopeIndex = 0
Public Attributes inherited from llvm::ms_demangle::IdentifierNode
NodeArrayNodeTemplateParams = nullptr

Additional Inherited Members

Protected Member Functions inherited from llvm::ms_demangle::IdentifierNode
DEMANGLE_ABI void outputTemplateParameters (OutputBuffer &OB, OutputFlags Flags) const

Detailed Description

Definition at line 468 of file MicrosoftDemangleNodes.h.

Constructor & Destructor Documentation

◆ LocalStaticGuardIdentifierNode()

llvm::ms_demangle::LocalStaticGuardIdentifierNode::LocalStaticGuardIdentifierNode ( )
inline

Member Function Documentation

◆ classof()

bool llvm::ms_demangle::LocalStaticGuardIdentifierNode::classof ( const Node * N)
inlinestatic

Definition at line 474 of file MicrosoftDemangleNodes.h.

References llvm::ms_demangle::LocalStaticGuardIdentifier, and N.

◆ output()

void LocalStaticGuardIdentifierNode::output ( OutputBuffer & OB,
OutputFlags Flags ) const
overridevirtual

Implements llvm::ms_demangle::Node.

Definition at line 356 of file MicrosoftDemangleNodes.cpp.

References IsThread, and ScopeIndex.

Member Data Documentation

◆ IsThread

bool llvm::ms_demangle::LocalStaticGuardIdentifierNode::IsThread = false

Definition at line 478 of file MicrosoftDemangleNodes.h.

Referenced by output().

◆ ScopeIndex

uint32_t llvm::ms_demangle::LocalStaticGuardIdentifierNode::ScopeIndex = 0

Definition at line 479 of file MicrosoftDemangleNodes.h.

Referenced by output().


The documentation for this struct was generated from the following files: