LLVM
8.0.1
|
#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 119 of file MicrosoftDemangle.h.
size_t llvm::ms_demangle::BackrefContext::FunctionParamCount = 0 |
Definition at line 123 of file MicrosoftDemangle.h.
Definition at line 122 of file MicrosoftDemangle.h.
|
static |
Definition at line 120 of file MicrosoftDemangle.h.
Referenced by llvm::ms_demangle::Demangler::parseTagUniqueName().
NamedIdentifierNode* llvm::ms_demangle::BackrefContext::Names[Max] |
Definition at line 127 of file MicrosoftDemangle.h.
size_t llvm::ms_demangle::BackrefContext::NamesCount = 0 |
Definition at line 128 of file MicrosoftDemangle.h.