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

/external/lldb/include/lldb/Interpreter/
H A DOptionGroupOutputFile.h59 return m_append;
65 return m_file.OptionWasSet() || m_append.OptionWasSet();
70 OptionValueBoolean m_append; member in class:lldb_private::OptionGroupOutputFile
/external/lldb/source/Interpreter/
H A DOptionGroupOutputFile.cpp23 m_append (false, false)
65 m_append.SetCurrentValue(true);
80 m_append.Clear();

Completed in 193 milliseconds