Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h97 void ForEachSiblingElementWithName(const char *name,
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp180 child.ForEachSiblingElementWithName(name, callback); in ForEachChildElementWithName()
237 void XMLNode::ForEachSiblingElementWithName( in ForEachSiblingElementWithName() function in XMLNode