Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp131 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 DFormattersHelpers.cpp96 ScriptedSyntheticChildren::Flags flags, bool regex) { in AddCXXSynthetic()
110 ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) { in AddFilter()
H A DTypeCategory.cpp146 ScriptedSyntheticChildren::SharedPointer synth; in Get()
313 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches()
H A DFormatManager.cpp372 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp550 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 DSBTypeSynthetic.cpp29 new ScriptedSyntheticChildren(options, data, ""))); in CreateWithClassName()
37 new ScriptedSyntheticChildren(options, "", data))); in CreateWithScriptCode()
155 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren( in CopyOnWrite_Impl()
H A DSBTypeCategory.cpp237 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()
285 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
H A DSBValue.cpp661 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h49 ScriptedSyntheticChildren::Flags flags,
54 ConstString type_name, ScriptedSyntheticChildren::Flags flags,
H A DTypeSynthetic.h381 class ScriptedSyntheticChildren : public SyntheticChildren {
386 ScriptedSyntheticChildren(const SyntheticChildren::Flags &flags,
454 DISALLOW_COPY_AND_ASSIGN(ScriptedSyntheticChildren);
H A DTypeCategory.h436 friend class FormattersContainer<ConstString, ScriptedSyntheticChildren>;
438 ScriptedSyntheticChildren>;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp568 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 Dlldb-forward.h244 class ScriptedSyntheticChildren; variable
483 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp453 synth_provider.reset(new ScriptedSyntheticChildren( in IOHandlerInputComplete()
2387 ScriptedSyntheticChildren *impl = new ScriptedSyntheticChildren( in Execute_PythonClass()