Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 127 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 D | FormattersHelpers.cpp | 93 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic() 107 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
|
| H A D | TypeCategory.cpp | 119 ScriptedSyntheticChildren::SharedPointer synth; in Get() 234 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches()
|
| H A D | FormatManager.cpp | 390 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 572 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 D | TypeSynthetic.h | 387 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 D | FormattersHelpers.h | 49 ScriptedSyntheticChildren::Flags flags, 54 ConstString type_name, ScriptedSyntheticChildren::Flags flags,
|
| H A D | TypeCategory.h | 356 friend class FormattersContainer<ScriptedSyntheticChildren>;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeSynthetic.cpp | 32 new ScriptedSyntheticChildren(options, data, "")))); in CreateWithClassName() 44 new ScriptedSyntheticChildren(options, "", data)))); in CreateWithScriptCode() 204 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
|
| H A D | SBTypeCategory.cpp | 288 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType() 344 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
|
| H A D | SBValue.cpp | 554 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 610 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 D | lldb-forward.h | 178 class ScriptedSyntheticChildren; variable 461 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 422 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete() 2300 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()
|