Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() 146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default; 149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex() 156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid() 160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren() 172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update() 179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren() 186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName() 194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() 201 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() [all …]
|
| H A D | FormattersHelpers.cpp | 93 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic() 107 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
|
| H A D | TypeCategory.cpp | 119 ScriptedSyntheticChildren::SharedPointer synth; in Get() 234 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches()
|
| H A D | FormatManager.cpp | 389 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 570 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 575 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 580 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 586 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 591 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 596 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 601 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 606 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 611 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 616 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() [all …]
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTypeSynthetic.cpp | 28 new ScriptedSyntheticChildren(options, data, ""))); in CreateWithClassName() 38 new ScriptedSyntheticChildren(options, "", data))); in CreateWithScriptCode() 190 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
|
| H A D | SBTypeCategory.cpp | 275 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType() 325 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
|
| H A D | SBValue.cpp | 547 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSynthetic.h | 387 class ScriptedSyntheticChildren : public SyntheticChildren { 392 ScriptedSyntheticChildren(const SyntheticChildren::Flags &flags, 461 ScriptedSyntheticChildren(const ScriptedSyntheticChildren &) = delete; 462 const ScriptedSyntheticChildren & 463 operator=(const ScriptedSyntheticChildren &) = delete;
|
| H A D | FormattersHelpers.h | 49 ScriptedSyntheticChildren::Flags flags, 54 ConstString type_name, ScriptedSyntheticChildren::Flags flags,
|
| H A D | TypeCategory.h | 356 friend class FormattersContainer<ScriptedSyntheticChildren>;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 768 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibCxxFormatters() 1005 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1010 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1015 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1020 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1025 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1030 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1035 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1040 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1045 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-forward.h | 185 class ScriptedSyntheticChildren; variable 438 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 423 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete() 2276 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()
|