Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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 DFormattersHelpers.cpp93 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic()
107 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
H A DTypeCategory.cpp119 ScriptedSyntheticChildren::SharedPointer synth; in Get()
234 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches()
H A DFormatManager.cpp389 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp570 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 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.cpp275 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()
325 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
H A DSBValue.cpp547 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/llvm-project-15.0.7/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.h356 friend class FormattersContainer<ScriptedSyntheticChildren>;
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp768 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 Dlldb-forward.h185 class ScriptedSyntheticChildren; variable
438 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp423 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete()
2276 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()