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

References

tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  289   void Clear() { m_expression_paths.clear(); }
  291   size_t GetCount() const { return m_expression_paths.size(); }
  294     return m_expression_paths[i].c_str();
tools/lldb/source/DataFormatters/TypeSynthetic.cpp
   33     m_expression_paths.push_back(path);
   35     m_expression_paths.push_back(std::string(".") + path);
   47     m_expression_paths[i] = path;
   49     m_expression_paths[i] = std::string(".") + path;