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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h31 /// @see OptionDefinition::HasShortOption
50 bool HasShortOption() const { function in struct:lldb_private::OptionDefinition
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp226 if (defs[i].HasShortOption())
362 if (display_type == eDisplayShortOption && !opt_def.HasShortOption())
371 opt_def.HasShortOption() && display_type != eDisplayLongOption;
440 if (def.usage_mask & opt_set_mask && def.HasShortOption() &&
465 if (def.usage_mask & opt_set_mask && def.HasShortOption() &&
525 if (opt_def.short_option && opt_def.HasShortOption()) {

Completed in 169 milliseconds