Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp148 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd()
167 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default;
170 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
177 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
181 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
193 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
200 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
207 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
215 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
222 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName()
[all …]
H A DFormattersHelpers.cpp79 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic()
90 llvm::StringRef type_name, ScriptedSyntheticChildren::Flags flags, in AddFilter()
H A DTypeCategory.cpp113 ScriptedSyntheticChildren::SharedPointer synth_sp; in Get()
H A DFormatManager.cpp379 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp480 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
526 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
531 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
536 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
541 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
546 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
551 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
556 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
561 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
566 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
[all …]
/freebsd-14.2/contrib/llvm-project/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.cpp537 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/freebsd-14.2/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,
55 ScriptedSyntheticChildren::Flags flags, bool regex = false);
H A DTypeCategory.h397 friend class FormattersContainer<ScriptedSyntheticChildren>;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp833 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibCxxFormatters()
1231 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1236 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1241 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1246 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1251 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1256 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1261 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1266 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1271 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h190 class ScriptedSyntheticChildren; variable
464 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp444 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete()
2259 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()