Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h49 m_stripped_reference(strip_ref), m_stripped_typedef(strip_tydef) {} in FormattersMatchCandidate()
57 bool DidStripReference() const { return m_stripped_reference; } in DidStripReference()
77 bool m_stripped_reference; variable