Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DDemangle.h99 char *getFunctionDeclContextName(char *Buf, size_t *N) const;
/openbsd/gnu/llvm/lldb/source/Core/
H A DRichManglingContext.cpp134 auto buf = m_ipd.getFunctionDeclContextName(m_ipd_buf, &n); in ParseFunctionDeclContextName()
/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp464 char *ItaniumPartialDemangler::getFunctionDeclContextName(char *Buf, in getFunctionDeclContextName() function in ItaniumPartialDemangler