Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DXML.h97 void ForEachSiblingElementWithName(const char *name,
/external/llvm-project/lldb/source/Host/common/
DXML.cpp186 child.ForEachSiblingElementWithName(name, callback); in ForEachChildElementWithName()
243 void XMLNode::ForEachSiblingElementWithName( in ForEachSiblingElementWithName() function in XMLNode