Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 131 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() 151 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() {} in ~FrontEnd() 154 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex() 161 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid() 165 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren() 177 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update() 184 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren() 191 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName() 199 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() 206 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() [all …]
|
| H A D | FormattersHelpers.cpp | 96 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic() 110 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
|
| H A D | TypeCategory.cpp | 146 ScriptedSyntheticChildren::SharedPointer synth; in Get() 313 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches()
|
| H A D | FormatManager.cpp | 372 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 550 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 555 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 561 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 566 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 571 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 576 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 581 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 586 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 612 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() 616 ScriptedSyntheticChildren::Flags()); in LoadObjCFormatters() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeSynthetic.cpp | 29 new ScriptedSyntheticChildren(options, data, ""))); in CreateWithClassName() 37 new ScriptedSyntheticChildren(options, "", data))); in CreateWithScriptCode() 155 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
|
| H A D | SBTypeCategory.cpp | 237 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType() 285 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
|
| H A D | SBValue.cpp | 661 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersHelpers.h | 49 ScriptedSyntheticChildren::Flags flags, 54 ConstString type_name, ScriptedSyntheticChildren::Flags flags,
|
| H A D | TypeSynthetic.h | 381 class ScriptedSyntheticChildren : public SyntheticChildren { 386 ScriptedSyntheticChildren(const SyntheticChildren::Flags &flags, 454 DISALLOW_COPY_AND_ASSIGN(ScriptedSyntheticChildren);
|
| H A D | TypeCategory.h | 436 friend class FormattersContainer<ConstString, ScriptedSyntheticChildren>; 438 ScriptedSyntheticChildren>;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 568 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibCxxFormatters() 771 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 777 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters() 783 SyntheticChildrenSP(new ScriptedSyntheticChildren( in LoadLibStdcppFormatters()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 244 class ScriptedSyntheticChildren; variable 483 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 453 synth_provider.reset(new ScriptedSyntheticChildren( in IOHandlerInputComplete() 2387 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()
|