Home
last modified time | relevance | path

Searched refs:m_expression_paths (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp32 m_expression_paths.push_back(path); in AddExpressionPath()
34 m_expression_paths.push_back(std::string(".") + path); in AddExpressionPath()
46 m_expression_paths[i] = path; in SetExpressionPathAtIndex()
48 m_expression_paths[i] = std::string(".") + path; in SetExpressionPathAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h285 std::vector<std::string> m_expression_paths; variable
302 void Clear() { m_expression_paths.clear(); } in Clear()
304 size_t GetCount() const { return m_expression_paths.size(); } in GetCount()
307 return m_expression_paths[i].c_str(); in GetExpressionPathAtIndex()