Home
last modified time | relevance | path

Searched refs:ScriptedSyntheticChildren (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp158 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 DFormattersHelpers.cpp79 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic()
90 llvm::StringRef type_name, ScriptedSyntheticChildren::Flags flags, in AddFilter()
H A DTypeCategory.cpp113 ScriptedSyntheticChildren::SharedPointer synth_sp; in Get()
H A DFormatManager.cpp383 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp480 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 DTypeSynthetic.h398 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 DFormattersHelpers.h49 ScriptedSyntheticChildren::Flags flags,
55 ScriptedSyntheticChildren::Flags flags, bool regex = false);
H A DTypeCategory.h397 friend class FormattersContainer<ScriptedSyntheticChildren>;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp28 new ScriptedSyntheticChildren(options, data, ""))); in CreateWithClassName()
38 new ScriptedSyntheticChildren(options, "", data))); in CreateWithScriptCode()
190 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
H A DSBTypeCategory.cpp247 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()
297 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
H A DSBValue.cpp540 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp844 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 Dlldb-forward.h194 class ScriptedSyntheticChildren; variable
472 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp444 synth_provider = std::make_shared<ScriptedSyntheticChildren>( in IOHandlerInputComplete()
2154 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()