LLVM 20.0.0git
|
#include "llvm/Demangle/MicrosoftDemangle.h"
Public Attributes | |
TypeNode * | FunctionParams [Max] |
size_t | FunctionParamCount = 0 |
NamedIdentifierNode * | Names [Max] |
size_t | NamesCount = 0 |
Static Public Attributes | |
static constexpr size_t | Max = 10 |
Definition at line 118 of file MicrosoftDemangle.h.
size_t llvm::ms_demangle::BackrefContext::FunctionParamCount = 0 |
Definition at line 122 of file MicrosoftDemangle.h.
Referenced by llvm::ms_demangle::Demangler::dumpBackReferences().
Definition at line 121 of file MicrosoftDemangle.h.
Referenced by llvm::ms_demangle::Demangler::dumpBackReferences().
|
staticconstexpr |
Definition at line 119 of file MicrosoftDemangle.h.
NamedIdentifierNode* llvm::ms_demangle::BackrefContext::Names[Max] |
Definition at line 126 of file MicrosoftDemangle.h.
Referenced by llvm::ms_demangle::Demangler::dumpBackReferences().
size_t llvm::ms_demangle::BackrefContext::NamesCount = 0 |
Definition at line 127 of file MicrosoftDemangle.h.
Referenced by llvm::ms_demangle::Demangler::dumpBackReferences().