Lines Matching refs:use_synthetic
64 bool use_synthetic, in ValueImpl() argument
68 m_use_synthetic(use_synthetic), in ValueImpl()
154 SetUseSynthetic (bool use_synthetic) in SetUseSynthetic() argument
156 m_use_synthetic = use_synthetic; in SetUseSynthetic()
995 SBValue::SetPreferSyntheticValue (bool use_synthetic) in SetPreferSyntheticValue() argument
998 return m_opaque_sp->SetUseSynthetic (use_synthetic); in SetPreferSyntheticValue()
1305 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP() local
1306 m_opaque_sp = ValueImplSP(new ValueImpl(sp, use_dynamic, use_synthetic)); in SetSP()
1323 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP() local
1324 SetSP (sp, use_dynamic, use_synthetic); in SetSP()
1334 SBValue::SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic) in SetSP() argument
1342 SetSP (sp, use_dynamic, use_synthetic); in SetSP()
1345 SetSP (sp, eNoDynamicValues, use_synthetic); in SetSP()
1348 SetSP (sp, eNoDynamicValues, use_synthetic); in SetSP()
1352 …alue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic) in SetSP() argument
1354 m_opaque_sp = ValueImplSP(new ValueImpl(sp,use_dynamic,use_synthetic)); in SetSP()
1358 …nst lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *n… in SetSP() argument
1360 m_opaque_sp = ValueImplSP(new ValueImpl(sp,use_dynamic,use_synthetic, name)); in SetSP()