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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h145 class ApplePropertyList { class in namespace:lldb_private
147 ApplePropertyList();
149 ApplePropertyList(const char *path);
151 ~ApplePropertyList();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp392 #pragma mark-- ApplePropertyList
394 ApplePropertyList::ApplePropertyList() : m_xml_doc(), m_dict_node() {} function in class:ApplePropertyList
396 ApplePropertyList::ApplePropertyList(const char *path) function in class:ApplePropertyList
401 ApplePropertyList::~ApplePropertyList() {}
403 llvm::StringRef ApplePropertyList::GetErrors() const {
407 bool ApplePropertyList::ParseFile(const char *path) {
422 bool ApplePropertyList
[all...]

Completed in 54 milliseconds