LLVM 22.0.0git
|
#include "llvm/Demangle/MicrosoftDemangleNodes.h"
Public Member Functions | |
DynamicStructorIdentifierNode () | |
void | output (OutputBuffer &OB, OutputFlags Flags) const override |
![]() | |
IdentifierNode (NodeKind K) | |
![]() | |
Node (NodeKind K) | |
virtual | ~Node ()=default |
NodeKind | kind () const |
virtual void | output (OutputBuffer &OB, OutputFlags Flags) const =0 |
DEMANGLE_ABI std::string | toString (OutputFlags Flags=OF_Default) const |
Static Public Member Functions | |
static bool | classof (const Node *N) |
![]() | |
static bool | classof (const Node *N) |
Public Attributes | |
VariableSymbolNode * | Variable = nullptr |
QualifiedNameNode * | Name = nullptr |
bool | IsDestructor = false |
![]() | |
NodeArrayNode * | TemplateParams = nullptr |
Additional Inherited Members | |
![]() | |
DEMANGLE_ABI void | outputTemplateParameters (OutputBuffer &OB, OutputFlags Flags) const |
Definition at line 414 of file MicrosoftDemangleNodes.h.
|
inline |
Definition at line 415 of file MicrosoftDemangleNodes.h.
References llvm::ms_demangle::DynamicStructorIdentifier.
|
inlinestatic |
Definition at line 420 of file MicrosoftDemangleNodes.h.
References N.
|
overridevirtual |
Implements llvm::ms_demangle::Node.
Definition at line 232 of file MicrosoftDemangleNodes.cpp.
References IsDestructor, Name, llvm::ms_demangle::QualifiedNameNode::output(), llvm::ms_demangle::VariableSymbolNode::output(), and Variable.
bool llvm::ms_demangle::DynamicStructorIdentifierNode::IsDestructor = false |
Definition at line 426 of file MicrosoftDemangleNodes.h.
Referenced by output().
QualifiedNameNode* llvm::ms_demangle::DynamicStructorIdentifierNode::Name = nullptr |
Definition at line 425 of file MicrosoftDemangleNodes.h.
Referenced by output().
VariableSymbolNode* llvm::ms_demangle::DynamicStructorIdentifierNode::Variable = nullptr |
Definition at line 424 of file MicrosoftDemangleNodes.h.
Referenced by output().