reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Interpreter/OptionValue.h
   66         m_value_was_set(rhs.m_value_was_set) {}
  303   bool OptionWasSet() const { return m_value_was_set; }
  305   void SetOptionWasSet() { m_value_was_set = true; }
tools/lldb/include/lldb/Interpreter/OptionValueArch.h
   52     m_value_was_set = false;
   72       m_value_was_set = true;
tools/lldb/include/lldb/Interpreter/OptionValueArray.h
   41     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
   42     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueChar.h
   43     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
   40     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
   52     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
   46     m_value_was_set = false;
   68       m_value_was_set = true;
tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
   45     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
   43     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
   46     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   40     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
   40     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
   55     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueString.h
   90     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
   52     m_value_was_set = false;
tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
   41     m_value_was_set = false;
tools/lldb/source/Interpreter/OptionValueArch.cpp
   49       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueArray.cpp
  293         m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueBoolean.cpp
   47       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueChar.cpp
   48       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  168         m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   75       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
   89       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   43       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
   35   m_value_was_set = false;
   99       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueLanguage.cpp
   47       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  109           m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueRegex.cpp
   51       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueSInt64.cpp
   49         m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueString.cpp
   26     if (!m_current_value.empty() || m_value_was_set) {
  109     m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueUInt64.cpp
   53       m_value_was_set = true;
tools/lldb/source/Interpreter/OptionValueUUID.cpp
   45       m_value_was_set = true;