Lines Matching refs:m_flags

83   m_flags.m_is_synthetic_children_generated =  in ValueObject()
84 parent.m_flags.m_is_synthetic_children_generated; in ValueObject()
141 m_flags.m_old_value_valid = false; in UpdateValueIfNeeded()
143 m_flags.m_old_value_valid = true; in UpdateValueIfNeeded()
186 else if (!m_flags.m_value_did_change && !success) { in UpdateValueIfNeeded()
237 m_flags.m_children_count_valid = false; in ClearDynamicTypeInformation()
238 m_flags.m_did_calculate_complete_objc_class_type = false; in ClearDynamicTypeInformation()
249 if (m_flags.m_did_calculate_complete_objc_class_type) { in MaybeCalculateCompleteType()
256 m_flags.m_did_calculate_complete_objc_class_type = true; in MaybeCalculateCompleteType()
500 if (m_flags.m_children_count_valid) { in GetNumChildren()
507 if (!m_flags.m_children_count_valid) { in GetNumChildren()
527 m_flags.m_children_count_valid = true; in SetNumChildren()
599 if (/*summary_ptr == NULL ||*/ m_flags.m_is_getting_summary) in GetSummaryAsCString()
602 m_flags.m_is_getting_summary = true; in GetSummaryAsCString()
625 m_flags.m_is_getting_summary = false; in GetSummaryAsCString()
1057 if (m_flags.m_is_bitfield_for_scalar) in GetValueAsCString()
1075 if (!m_flags.m_value_did_change && m_flags.m_old_value_valid) { in GetValueAsCString()
1638 synthetic_child_sp->m_flags.m_is_array_item_for_pointer = true; in GetSyntheticArrayMember()
1672 synthetic_child_sp->m_flags.m_is_bitfield_for_scalar = true; in GetSyntheticBitFieldChild()
1711 synthetic_child_sp->m_flags.m_is_child_at_offset = true; in GetSyntheticChildAtOffset()
1899 if (m_flags.m_is_synthetic_children_generated) { in GetExpressionPath()
1947 if (m_flags.m_is_array_item_for_pointer && in GetExpressionPath()
3136 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()