Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp390 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp572 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
577 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
583 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
588 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
593 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
598 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
603 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
608 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
613 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
648 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
[all …]
/freebsd-13.1/contrib/llvm-project/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>;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp32 new ScriptedSyntheticChildren(options, data, "")))); in CreateWithClassName()
44 new ScriptedSyntheticChildren(options, "", data)))); in CreateWithScriptCode()
204 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
H A DSBTypeCategory.cpp288 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()
344 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
H A DSBValue.cpp554 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp610 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibCxxFormatters()
831 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
836 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
841 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h178 class ScriptedSyntheticChildren; variable
461 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp422 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete()
2300 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()