Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp352 OptionDisplayType display_type, const char *header, in PrintOption() argument
354 if (display_type == eDisplayShortOption && !opt_def.HasShortOption()) in PrintOption()
363 opt_def.HasShortOption() && display_type != eDisplayLongOption; in PrintOption()