LLVM 19.0.0git
Public Attributes | Static Public Attributes | List of all members
llvm::ms_demangle::BackrefContext Struct Reference

#include "llvm/Demangle/MicrosoftDemangle.h"

Public Attributes

TypeNodeFunctionParams [Max]
 
size_t FunctionParamCount = 0
 
NamedIdentifierNodeNames [Max]
 
size_t NamesCount = 0
 

Static Public Attributes

static constexpr size_t Max = 10
 

Detailed Description

Definition at line 114 of file MicrosoftDemangle.h.

Member Data Documentation

◆ FunctionParamCount

size_t llvm::ms_demangle::BackrefContext::FunctionParamCount = 0

◆ FunctionParams

TypeNode* llvm::ms_demangle::BackrefContext::FunctionParams[Max]

◆ Max

constexpr size_t llvm::ms_demangle::BackrefContext::Max = 10
staticconstexpr

Definition at line 115 of file MicrosoftDemangle.h.

◆ Names

NamedIdentifierNode* llvm::ms_demangle::BackrefContext::Names[Max]

◆ NamesCount

size_t llvm::ms_demangle::BackrefContext::NamesCount = 0

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