Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DRichManglingContext.cpp36 bool err = m_ipd.partialDemangle(mangled.GetCString()); in FromItaniumName()
64 return m_ipd.isCtorOrDtor(); in IsCtorOrDtor()
81 return m_ipd.isFunction(); in IsFunction()
124 auto buf = m_ipd.getFunctionBaseName(m_ipd_buf, &n); in ParseFunctionBaseName()
142 auto buf = m_ipd.getFunctionDeclContextName(m_ipd_buf, &n); in ParseFunctionDeclContextName()
160 auto buf = m_ipd.finishDemangle(m_ipd_buf, &n); in ParseFullName()
/external/llvm-project/lldb/include/lldb/Core/
DRichManglingContext.h79 llvm::ItaniumPartialDemangler m_ipd; variable