Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/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() 166 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren(uint32_t max) { 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() [all …]
|
| H A D | FormattersHelpers.cpp | 79 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic() 90 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
|
| H A D | TypeCategory.cpp | 113 ScriptedSyntheticChildren::SharedPointer synth_sp; in Get()
|
| H A D | FormatManager.cpp | 379 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 523 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 527 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 531 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 536 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 540 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 544 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 548 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 552 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 556 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 561 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() [all …]
|
| /openbsd-src/gnu/llvm/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 | 247 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType() 297 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
|
| H A D | SBValue.cpp | 547 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
|
| /openbsd-src/gnu/llvm/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 | 397 friend class FormattersContainer<ScriptedSyntheticChildren>;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 847 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibCxxFormatters() 1094 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1099 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1104 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1109 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1114 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1119 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1124 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1129 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1134 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 187 class ScriptedSyntheticChildren; variable 448 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 432 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete() 2248 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()
|