Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDXML.h71 bool NameIs(const char *name) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDXML.cpp334 bool XMLNode::NameIs(const char *name) const { in NameIs() function in XMLNode
494 if (node.NameIs("key")) { in CreatePlistValue()