Searched refs:OptionValueBoolean (Results 1 – 18 of 18) sorted by relevance
16 class OptionValueBoolean : public Cloneable<OptionValueBoolean, OptionValue> {18 OptionValueBoolean(bool value) in OptionValueBoolean() function20 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean() function23 ~OptionValueBoolean() override = default;
39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue()41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue()44 OptionValueBoolean m_value;
35 OptionValueBoolean GetShowTags() { return m_show_tags; }; in GetShowTags()38 OptionValueBoolean m_show_tags;
34 const OptionValueBoolean &GetAppend() { return m_append; } in GetAppend()42 OptionValueBoolean m_append;
203 OptionValueBoolean *GetAsBoolean();204 const OptionValueBoolean *GetAsBoolean() const;
20 void OptionValueBoolean::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()33 Status OptionValueBoolean::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()70 void OptionValueBoolean::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
45 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsChar() 47 return static_cast<OptionValueBoolean *>(this); in GetAsChar() 51 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsFileSpec() 53 return static_cast<const OptionValueBoolean *>(this); in GetAsFileSpec() 275 if (const OptionValueBoolean *option_value = GetAsBoolean()) in SetCharValue() 282 if (OptionValueBoolean *option_value = GetAsBoolean()) { in GetEnumerationValue() 537 value_sp = std::make_shared<OptionValueBoolean>(false); in DumpQualifiedName()
56 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean( in Property()59 m_value_sp = std::make_shared<OptionValueBoolean>( in Property()
279 OptionValueBoolean dump_all_sets;280 OptionValueBoolean alternate_name;
117 OptionValueBoolean m_clear;
107 OptionValueBoolean m_stop_on_error;108 OptionValueBoolean m_silent_run;109 OptionValueBoolean m_stop_on_continue;110 OptionValueBoolean m_cmd_relative_to_command_file;
1997 OptionValueBoolean m_prefer_mangled = {false, false};2530 OptionValueBoolean m_json = false;2531 OptionValueBoolean m_errors_only = false;
1619 OptionValueBoolean m_all;
1577 OptionValueBoolean m_use_dummy;
1702 OptionValueBoolean m_define_enabled;
145 class OptionValueBoolean; variable
324 SRCS+= Interpreter/OptionValueBoolean.cpp
888 OptionValueBoolean m_verbose;