Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptions.cpp424 OptionDisplayType display_type, in PrintOption() argument
432 if (display_type == eDisplayShortOption && !has_short_option) in PrintOption()
440 const bool show_short_option = has_short_option && display_type != eDisplayLongOption; in PrintOption()