Home
last modified time | relevance | path

Searched refs:Backrefs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp949 if (S == Backrefs.Names[i]->Name) in memorizeString()
953 Backrefs.Names[Backrefs.NamesCount++] = N; in memorizeString()
960 if (I >= Backrefs.NamesCount) { in demangleBackRefName()
966 return Backrefs.Names[I]; in demangleBackRefName()
989 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
996 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
2131 if (N >= Backrefs.FunctionParamCount) { in demangleFunctionParameterList()
2158 Backrefs.FunctionParams[Backrefs.FunctionParamCount++] = TN; in demangleFunctionParameterList()
2319 TypeNode *T = Backrefs.FunctionParams[I]; in dumpBackReferences()
2327 if (Backrefs.FunctionParamCount > 0) in dumpBackReferences()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h270 BackrefContext Backrefs; variable