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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp20 XMLDocument::XMLDocument() : m_document(nullptr) {}
26 if (m_document) {
27 xmlDocPtr doc = m_document;
28 m_document = nullptr;
34 bool XMLDocument::IsValid() const { return m_document != nullptr; }
49 m_document = xmlParseFile(path);
60 m_document = xmlReadMemory(xml, (int)xml_length, url, nullptr, 0);
69 XMLNode root_node(xmlDocGetRootElement(m_document));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h141 XMLDocumentImpl m_document; member in class:lldb_private::XMLDocument

Completed in 111 milliseconds