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

References

tools/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
   35   const OptionValueBoolean &GetAppend() { return m_append; }
   38     return m_file.OptionWasSet() || m_append.OptionWasSet();
tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp
   49     m_append.SetCurrentValue(true);
   62   m_append.Clear();