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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h142 StreamString m_errors; member in class:lldb_private::XMLDocument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp40 document->m_errors.PrintfVarArg(format, args);
41 document->m_errors.EOL();
82 llvm::StringRef XMLDocument::GetErrors() const { return m_errors.GetString(); }

Completed in 102 milliseconds