Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DProperty.cpp281 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription() local
282 if (sub_properties) { in DumpDescription()
287 sub_properties->DumpAllDescriptions(interpreter, strm); in DumpDescription()
DOptionValueProperties.cpp593 OptionValueProperties *sub_properties = in GetPropertyAtPath() local
595 if (sub_properties) in GetPropertyAtPath()
596 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()