Home
last modified time | relevance | path

Searched refs:show_types (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h33 return show_types || no_summary_depth != 0 || show_location || in AnyOptionWasSet()
45 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp84 show_types = true; in SetOptionValue()
162 show_types = false; in OptionParsingStarting()
200 .SetShowTypes(show_types) in GetAsDumpOptions()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h51 bool show_types; variable
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4591 bool show_types; member
5649 g_options.show_types = !g_options.show_types; in WindowDelegateHandleChar()
5774 options.show_types ? valobj->GetTypeName().GetCString() : nullptr; in DisplayRowObject()