Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h40 typedef std::vector<std::string> NamePath; typedef
87 XMLNode GetElementForPath(const NamePath &path);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp351 XMLNode XMLNode::GetElementForPath(const NamePath &path) { in GetElementForPath()