Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp59 m_is_ref = eLazyBoolCalculate; in Init()
190 if (m_is_ref == eLazyBoolCalculate) in IsRef()
191 m_is_ref = m_type_flags.Test(eTypeIsReference) ? eLazyBoolYes : eLazyBoolNo; in IsRef()
192 return m_is_ref == eLazyBoolYes; in IsRef()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h133 LazyBool m_is_ref; variable