Searched refs:SBTypeSynthetic (Results 1 – 16 of 16) sorted by relevance
19 SBTypeSynthetic::SBTypeSynthetic() { LLDB_INSTRUMENT_VA(this); } in SBTypeSynthetic() function in SBTypeSynthetic21 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data, in CreateWithClassName()26 return SBTypeSynthetic(); in CreateWithClassName()27 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithClassName()31 SBTypeSynthetic SBTypeSynthetic::CreateWithScriptCode(const char *data, in CreateWithScriptCode()36 return SBTypeSynthetic(); in CreateWithScriptCode()37 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithScriptCode()41 SBTypeSynthetic::SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs) in SBTypeSynthetic() function in SBTypeSynthetic46 SBTypeSynthetic::~SBTypeSynthetic() = default;48 bool SBTypeSynthetic::IsValid() const { in IsValid()[all …]
231 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType()235 return SBTypeSynthetic(); in GetSyntheticForType()238 return SBTypeSynthetic(); in GetSyntheticForType()244 return lldb::SBTypeSynthetic(); in GetSyntheticForType()249 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()285 SBTypeSynthetic SBTypeCategory::GetSyntheticAtIndex(uint32_t index) { in GetSyntheticAtIndex()289 return SBTypeSynthetic(); in GetSyntheticAtIndex()294 return lldb::SBTypeSynthetic(); in GetSyntheticAtIndex()299 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()424 SBTypeSynthetic synth) { in AddTypeSynthetic()
1647 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType()1651 return SBTypeSynthetic(); in GetSyntheticForType()1652 return SBTypeSynthetic( in GetSyntheticForType()
528 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()531 lldb::SBTypeSynthetic synthetic; in GetTypeSynthetic()
17 class LLDB_API SBTypeSynthetic {19 SBTypeSynthetic();21 static SBTypeSynthetic25 static SBTypeSynthetic29 SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs);31 ~SBTypeSynthetic();54 lldb::SBTypeSynthetic &operator=(const lldb::SBTypeSynthetic &rhs);56 bool IsEqualTo(lldb::SBTypeSynthetic &rhs);58 bool operator==(lldb::SBTypeSynthetic &rhs);60 bool operator!=(lldb::SBTypeSynthetic &rhs);[all …]
66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);88 bool AddTypeSynthetic(SBTypeNameSpecifier, SBTypeSynthetic);
129 class LLDB_API SBTypeSynthetic; variable
124 lldb::SBTypeSynthetic GetTypeSynthetic();
425 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeSynthetic, lldb::eDescriptionLevelBrief)2 %extend lldb::SBTypeSynthetic {
3 ) lldb::SBTypeSynthetic;
81 #include "lldb/API/SBTypeSynthetic.h"
162 %include "lldb/API/SBTypeSynthetic.h"
3746 SWIGINTERN std::string lldb_SBTypeSynthetic___repr__(lldb::SBTypeSynthetic *self){ in lldb_SBTypeSynthetic___repr__()23710 lldb::SBTypeSynthetic result; in _wrap_SBDebugger_GetSyntheticForType()23728 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBDebugger_GetSyntheticForType()70471 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticForType()70489 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticForType()70596 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticAtIndex()70609 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticAtIndex()70851 lldb::SBTypeSynthetic arg3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()70853 lldb::SBTypeSynthetic *argp3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()74238 lldb::SBTypeSynthetic *result = 0 ; in _wrap_new_SBTypeSynthetic__SWIG_0()[all …]
90 SRCS+= API/SBTypeSynthetic.cpp
237 %extend lldb::SBTypeSynthetic {