Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DXML.h40 typedef std::vector<std::string> NamePath; typedef
87 XMLNode GetElementForPath(const NamePath &path);
/external/llvm-project/lldb/source/Host/common/
DXML.cpp373 XMLNode XMLNode::GetElementForPath(const NamePath &path) { in GetElementForPath()