Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h102 char *getFunctionDeclContextName(char *Buf, size_t *N) const;
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp134 auto buf = m_ipd.getFunctionDeclContextName(m_ipd_buf, &n); in ParseFunctionDeclContextName()
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp453 char *ItaniumPartialDemangler::getFunctionDeclContextName(char *Buf, in getFunctionDeclContextName() function in ItaniumPartialDemangler