Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp123 XMLNode XMLNode::GetChild() const { in GetChild() function in XMLNode
165 GetChild().ForEachSiblingNode(callback); in ForEachChildNode()
171 XMLNode child = GetChild(); in ForEachChildElement()
180 XMLNode child = GetChild(); in ForEachChildElementWithName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h77 XMLNode GetChild() const;