Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 159 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 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 | 391 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 493 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 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 | 542 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSynthetic.h | 404 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 D | FormattersHelpers.h | 48 ScriptedSyntheticChildren::Flags flags, 54 ScriptedSyntheticChildren::Flags flags, bool regex = false);
|
| H A D | TypeCategory.h | 397 friend class FormattersContainer<ScriptedSyntheticChildren>;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 976 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 D | lldb-forward.h | 196 class ScriptedSyntheticChildren; variable 482 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 453 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete() 2173 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()
|