Home
last modified time | relevance | path

Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp127 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 DFormattersHelpers.cpp79 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic()
90 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
H A DTypeCategory.cpp113 ScriptedSyntheticChildren::SharedPointer synth_sp; in Get()
H A DFormatManager.cpp379 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp523 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 DSBTypeSynthetic.cpp28 new ScriptedSyntheticChildren(options, data, ""))); in CreateWithClassName()
38 new ScriptedSyntheticChildren(options, "", data))); in CreateWithScriptCode()
190 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
H A DSBTypeCategory.cpp247 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()
297 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
H A DSBValue.cpp547 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h387 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 DFormattersHelpers.h49 ScriptedSyntheticChildren::Flags flags,
54 ConstString type_name, ScriptedSyntheticChildren::Flags flags,
H A DTypeCategory.h397 friend class FormattersContainer<ScriptedSyntheticChildren>;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp847 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 Dlldb-forward.h187 class ScriptedSyntheticChildren; variable
448 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp432 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete()
2248 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()