Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeSynthetic.cpp | 158 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() 177 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default; 180 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex() 187 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid() 192 ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren() 199 ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren(uint32_t max) { in CalculateNumChildren() 205 lldb::ChildCacheState ScriptedSyntheticChildren::FrontEnd::Update() { in Update() 214 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren() 221 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName() 229 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 | 383 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 480 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 484 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 488 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 492 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 496 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 500 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 504 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 508 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 512 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 516 ScriptedSyntheticChildren in LoadObjCFormatters() [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeSynthetic.h | 398 class ScriptedSyntheticChildren : public SyntheticChildren { 403 ScriptedSyntheticChildren(const SyntheticChildren::Flags &flags, 472 ScriptedSyntheticChildren(const ScriptedSyntheticChildren &) = delete; 473 const ScriptedSyntheticChildren & 474 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/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 | 540 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 844 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibCxxFormatters() 1276 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1281 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1286 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1291 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1296 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1301 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1306 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1311 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 1316 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 194 class ScriptedSyntheticChildren; variable 472 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 444 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete() 2154 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()
|