Searched refs:SBTypeSynthetic (Results 1 – 10 of 10) sorted by relevance
23 SBTypeSynthetic::SBTypeSynthetic() : in SBTypeSynthetic() function in SBTypeSynthetic28 SBTypeSynthetic29 SBTypeSynthetic::CreateWithClassName (const char* data, uint32_t options) in CreateWithClassName()32 return SBTypeSynthetic(); in CreateWithClassName()33 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, ""… in CreateWithClassName()36 SBTypeSynthetic37 SBTypeSynthetic::CreateWithScriptCode (const char* data, uint32_t options) in CreateWithScriptCode()40 return SBTypeSynthetic(); in CreateWithScriptCode()41 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data… in CreateWithScriptCode()44 SBTypeSynthetic::SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs) : in SBTypeSynthetic() function in SBTypeSynthetic[all …]
224 SBTypeSynthetic228 return SBTypeSynthetic(); in GetSyntheticForType()231 return SBTypeSynthetic(); in GetSyntheticForType()241 return lldb::SBTypeSynthetic(); in GetSyntheticForType()245 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()285 SBTypeSynthetic289 return SBTypeSynthetic(); in GetSyntheticAtIndex()293 return lldb::SBTypeSynthetic(); in GetSyntheticAtIndex()297 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()448 SBTypeSynthetic synth) in AddTypeSynthetic()
1304 SBTypeSynthetic1308 return SBTypeSynthetic(); in GetSyntheticForType()1309 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
658 lldb::SBTypeSynthetic661 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
19 class SBTypeSynthetic23 SBTypeSynthetic();25 static SBTypeSynthetic29 static SBTypeSynthetic33 SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs);35 ~SBTypeSynthetic ();65 lldb::SBTypeSynthetic &66 operator = (const lldb::SBTypeSynthetic &rhs);69 IsEqualTo (lldb::SBTypeSynthetic &rhs);72 operator == (lldb::SBTypeSynthetic &rhs);[all …]
83 SBTypeSynthetic101 SBTypeSynthetic131 SBTypeSynthetic);
74 class SBTypeSynthetic; variable
142 lldb::SBTypeSynthetic
316 SBTypeSynthetic
53 SBTypeSynthetic.cpp \