Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp39 document->m_errors.PrintfVarArg(format, args); in ErrorCallback()
40 document->m_errors.EOL(); in ErrorCallback()
81 llvm::StringRef XMLDocument::GetErrors() const { return m_errors.GetString(); } in GetErrors()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h142 StreamString m_errors; variable