Home
last modified time | relevance | path

Searched defs:BackrefContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h119 struct BackrefContext { struct
120 static constexpr size_t Max = 10;
122 TypeNode *FunctionParams[Max];
123 size_t FunctionParamCount = 0;
127 NamedIdentifierNode *Names[Max];
128 size_t NamesCount = 0;