Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp152 m_format.SetOptionWasSet(); in SetOptionValue()
155 m_byte_size.SetOptionWasSet(); in SetOptionValue()
159 m_count.SetOptionWasSet(); in SetOptionValue()
H A DOptionGroupUUID.cpp40 m_uuid.SetOptionWasSet(); in SetOptionValue()
H A DOptionGroupBoolean.cpp47 m_value.SetOptionWasSet(); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp272 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
280 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectCommands.cpp83 m_start_idx.SetOptionWasSet(); in SetOptionValue()
94 m_clear.SetOptionWasSet(); in SetOptionValue()
381 m_help.SetOptionWasSet(); in SetOptionValue()
386 m_long_help.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectType.cpp1040 m_category_regex.SetOptionWasSet(); in SetOptionValue()
1045 m_category_language.SetOptionWasSet(); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h314 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp500 m_verbose.SetOptionWasSet(); in SetOptionValue()