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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp394 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {}
397 : m_xml_doc(), m_dict_node() {
404 return m_xml_doc.GetErrors();
408 if (m_xml_doc.ParseFile(path)) {
409 XMLNode plist = m_xml_doc.GetRootElement("plist");
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h176 XMLDocument m_xml_doc; member in class:lldb_private::ApplePropertyList

Completed in 158 milliseconds