Searched refs:DumpQualifiedName (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp226 bool Property::DumpQualifiedName(Stream &strm) const { function in class:Property
228 if (m_value_sp->DumpQualifiedName(strm))
246 DumpQualifiedName(strm);
279 if (m_value_sp->DumpQualifiedName(qualified_name))
285 DumpQualifiedName(qualified_name);
H A DOptionValue.cpp550 bool OptionValue::DumpQualifiedName(Stream &strm) const { function in class:OptionValue
554 if (m_parent_sp->DumpQualifiedName(strm))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h61 bool DumpQualifiedName(Stream &strm) const;
H A DOptionValue.h111 virtual bool DumpQualifiedName(Stream &strm) const;

Completed in 129 milliseconds