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

References

tools/lldb/include/lldb/Utility/Args.h
  349   bool HasArgs() const { return m_has_args; }
  355     assert(m_has_args);
  363     assert(m_has_args);
  373     assert(m_has_args);
  382     assert(m_has_args);
tools/lldb/source/Utility/Args.cpp
  657       m_has_args = true;