Home
last modified time | relevance | path

Searched refs:getFunctionDeclContextName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DPartialDemangleTest.cpp72 Buf = D.getFunctionDeclContextName(Buf, &Size); in TEST()
162 char *Res = D.getFunctionDeclContextName(Buf, &N); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DDemangle.h99 char *getFunctionDeclContextName(char *Buf, size_t *N) const;
/llvm-project-15.0.7/lldb/source/Core/
H A DRichManglingContext.cpp134 auto buf = m_ipd.getFunctionDeclContextName(m_ipd_buf, &n); in ParseFunctionDeclContextName()
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp469 char *ItaniumPartialDemangler::getFunctionDeclContextName(char *Buf, in getFunctionDeclContextName() function in ItaniumPartialDemangler