Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 148 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 D | FormattersHelpers.cpp | 79 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic() 90 llvm::StringRef type_name, ScriptedSyntheticChildren::Flags flags, in AddFilter()
|
| H A D | TypeCategory.cpp | 113 ScriptedSyntheticChildren::SharedPointer synth_sp; in Get()
|
| H A D | FormatManager.cpp | 379 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 480 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 D | SBTypeSynthetic.cpp | 28 new ScriptedSyntheticChildren(options, data, ""))); in CreateWithClassName() 38 new ScriptedSyntheticChildren(options, "", data))); in CreateWithScriptCode() 190 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
|
| H A D | SBTypeCategory.cpp | 247 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType() 297 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
|
| H A D | SBValue.cpp | 537 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
|
| /freebsd-14.2/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, 55 ScriptedSyntheticChildren::Flags flags, bool regex = false);
|
| H A D | TypeCategory.h | 397 friend class FormattersContainer<ScriptedSyntheticChildren>;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 833 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 D | lldb-forward.h | 190 class ScriptedSyntheticChildren; variable 464 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 444 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete() 2259 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()
|