Searched refs:sub_properties (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp275 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); local
276 if (sub_properties) {
281 sub_properties->DumpAllDescriptions(interpreter, strm);
H A DOptionValueProperties.cpp612 OptionValueProperties *sub_properties = local
614 if (sub_properties)
615 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify,

Completed in 124 milliseconds