Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h205 bool m_no_fragile_ivar; member
213 : m_check_dot_vs_arrow_syntax(dot), m_no_fragile_ivar(no_ivar), in m_check_dot_vs_arrow_syntax()
228 m_no_fragile_ivar = false; in DoAllowFragileIVar()
233 m_no_fragile_ivar = true; in DontAllowFragileIVar()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2269 options.m_no_fragile_ivar) { in GetValueForExpressionPath_Impl()