Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h206 bool m_allow_bitfields_syntax; member
214 m_allow_bitfields_syntax(bitfield), in m_check_dot_vs_arrow_syntax()
238 m_allow_bitfields_syntax = true; in DoAllowBitfieldSyntax()
243 m_allow_bitfields_syntax = false; in DontAllowBitfieldSyntax()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2457 } else if (!options.m_allow_bitfields_syntax) // if this is a scalar, in GetValueForExpressionPath_Impl()