Searched refs:SBTypeSynthetic (Results 1 – 15 of 15) sorted by relevance
1 //===-- SBTypeSynthetic.cpp -----------------------------------------------===//9 #include "lldb/API/SBTypeSynthetic.h"19 SBTypeSynthetic::SBTypeSynthetic() { LLDB_INSTRUMENT_VA(this); } in SBTypeSynthetic() function in SBTypeSynthetic 21 SBTypeSynthetic SBTypeSynthetic::CreateWithClassName(const char *data, in CreateWithClassName() 26 return SBTypeSynthetic(); in CreateWithClassName() 27 return SBTypeSynthetic(ScriptedSyntheticChildrenSP( in CreateWithClassName() 31 SBTypeSynthetic SBTypeSynthetic41 SBTypeSynthetic::SBTypeSynthetic(const lldb::SBTypeSynthetic &rhs) SBTypeSynthetic() function in SBTypeSynthetic 180 SBTypeSynthetic::SBTypeSynthetic( SBTypeSynthetic() function in SBTypeSynthetic [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()
1638 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType()1642 return SBTypeSynthetic(); in GetSyntheticForType()1643 return SBTypeSynthetic( in GetSyntheticForType()
530 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()533 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);
132 class LLDB_API SBTypeSynthetic; variable
124 lldb::SBTypeSynthetic GetTypeSynthetic();
586 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier type_name_spec);
1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeSynthetic, lldb::eDescriptionLevelBrief)2 %extend lldb::SBTypeSynthetic {
3 ) lldb::SBTypeSynthetic;
166 %include "lldb/API/SBTypeSynthetic.h"
3680 SWIGINTERN std::string lldb_SBTypeSynthetic___repr__(lldb::SBTypeSynthetic *self){ in lldb_SBTypeSynthetic___repr__()24073 lldb::SBTypeSynthetic result; in _wrap_SBDebugger_GetSyntheticForType()24091 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBDebugger_GetSyntheticForType()71779 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticForType()71797 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticForType()71904 lldb::SBTypeSynthetic result; in _wrap_SBTypeCategory_GetSyntheticAtIndex()71917 lldb::SBTypeSynthetic * resultptr = new lldb::SBTypeSynthetic(result); in _wrap_SBTypeCategory_GetSyntheticAtIndex()72159 lldb::SBTypeSynthetic arg3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()72161 lldb::SBTypeSynthetic *argp3 ; in _wrap_SBTypeCategory_AddTypeSynthetic()75598 lldb::SBTypeSynthetic *result = 0 ; in _wrap_new_SBTypeSynthetic__SWIG_0()[all …]
106 SRCS+= API/SBTypeSynthetic.cpp
237 %extend lldb::SBTypeSynthetic {