Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h198 bool m_no_fragile_ivar; member
206 : m_check_dot_vs_arrow_syntax(dot), m_no_fragile_ivar(no_ivar), in m_check_dot_vs_arrow_syntax()
221 m_no_fragile_ivar = false; in DoAllowFragileIVar()
226 m_no_fragile_ivar = true; in DontAllowFragileIVar()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp2184 options.m_no_fragile_ivar) { in GetValueForExpressionPath_Impl()