Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h114 struct BackrefContext { struct
115 static constexpr size_t Max = 10;
117 TypeNode *FunctionParams[Max];
118 size_t FunctionParamCount = 0;
122 NamedIdentifierNode *Names[Max];
123 size_t NamesCount = 0;