Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatCache.cpp28 m_synthetic_sp() in Entry()
35 m_synthetic_sp(rhs.m_synthetic_sp) in Entry()
40 m_synthetic_sp() in Entry()
66 m_synthetic_sp = rhs.m_synthetic_sp; in operator =()
91 return m_synthetic_sp; in GetSynthetic()
105 m_synthetic_sp = synthetic_sp; in SetSynthetic()
/external/lldb/include/lldb/DataFormatters/
DFormatCache.h34 lldb::SyntheticChildrenSP m_synthetic_sp; member