Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp374 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} in ApplePropertyList()
377 : m_xml_doc(), m_dict_node() { in ApplePropertyList()
384 return m_xml_doc.GetErrors(); in GetErrors()
388 if (m_xml_doc.ParseFile(path)) { in ParseFile()
389 XMLNode plist = m_xml_doc.GetRootElement("plist"); in ParseFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h176 XMLDocument m_xml_doc; variable