Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp159 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd()
178 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default;
181 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
188 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
193 ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
200 ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
206 lldb::ChildCacheState ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
215 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
223 ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
231 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[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.cpp391 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp493 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
497 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
501 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
505 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
509 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
513 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
517 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
521 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
525 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
529 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters()
[all …]
/freebsd/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.cpp542 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h404 class ScriptedSyntheticChildren : public SyntheticChildren {
409 ScriptedSyntheticChildren(const SyntheticChildren::Flags &flags,
478 ScriptedSyntheticChildren(const ScriptedSyntheticChildren &) = delete;
479 const ScriptedSyntheticChildren &
480 operator=(const ScriptedSyntheticChildren &) = delete;
H A DFormattersHelpers.h48 ScriptedSyntheticChildren::Flags flags,
54 ScriptedSyntheticChildren::Flags flags, bool regex = false);
H A DTypeCategory.h397 friend class FormattersContainer<ScriptedSyntheticChildren>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp976 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibCxxFormatters()
1392 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1397 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1402 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1407 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1412 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1417 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1423 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1429 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
1435 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h196 class ScriptedSyntheticChildren; variable
482 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp453 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete()
2173 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()