Searched refs:SyntheticChildren (Results 1 – 8 of 8) sorted by relevance
139 class SyntheticChildren {238 SyntheticChildren(const Flags &flags);240 virtual ~SyntheticChildren();271 typedef std::shared_ptr<SyntheticChildren> SharedPointer;280 SyntheticChildren(const SyntheticChildren &) = delete;281 const SyntheticChildren &operator=(const SyntheticChildren &) = delete;284 class TypeFilterImpl : public SyntheticChildren {288 TypeFilterImpl(const SyntheticChildren::Flags &flags) in TypeFilterImpl()289 : SyntheticChildren(flags) {} in TypeFilterImpl()291 TypeFilterImpl(const SyntheticChildren::Flags &flags, in TypeFilterImpl()[all …]
172 typedef TieredFormatterContainer<SyntheticChildren> SynthContainer;206 void ForEach(ForEachCallback<SyntheticChildren> callback) { in ForEach()
42 typedef HardcodedFormatterFinders<SyntheticChildren> HardcodedSyntheticFinder;
87 SyntheticChildren::SyntheticChildren(const Flags &flags) : m_flags(flags) {} in SyntheticChildren() function in SyntheticChildren89 SyntheticChildren::~SyntheticChildren() = default;92 const SyntheticChildren::Flags &flags, const char *description, in CXXSyntheticChildren()94 : SyntheticChildren(flags), m_create_callback(std::move(callback)), in CXXSyntheticChildren()99 bool SyntheticChildren::IsScripted() { return false; } in IsScripted()101 std::string SyntheticChildren::GetDescription() { return ""; } in GetDescription()104 SyntheticChildren::GetFrontEnd(ValueObject &backend) { in GetFrontEnd()
737 SyntheticChildren::Flags stl_synth_flags; in LoadLibCxxFormatters()740 SyntheticChildren::Flags stl_deref_flags = stl_synth_flags; in LoadLibCxxFormatters()1268 SyntheticChildren::Flags stl_synth_flags; in LoadLibStdcppFormatters()1271 SyntheticChildren::Flags stl_deref_flags = stl_synth_flags; in LoadLibStdcppFormatters()1640 -> SyntheticChildren::SharedPointer { in GetHardcodedSynthetics()1643 SyntheticChildren::Flags() in GetHardcodedSynthetics()1658 -> SyntheticChildren::SharedPointer { in GetHardcodedSynthetics()1661 SyntheticChildren::Flags() in GetHardcodedSynthetics()
445 SyntheticChildren::Flags() in IOHandlerInputComplete()2060 : public CommandObjectTypeFormatterList<SyntheticChildren> {2155 SyntheticChildren::Flags() in Execute_PythonClass()2456 SyntheticChildren::Flags() in DoExecute()2815 CommandObjectSP(new CommandObjectFormatterInfo<SyntheticChildren>( in CommandObjectTypeSynth()2817 [](ValueObject &valobj) -> SyntheticChildren::SharedPointer { in CommandObjectTypeSynth()
230 class SyntheticChildren; variable440 typedef std::shared_ptr<lldb_private::SyntheticChildren> SyntheticChildrenSP;
277 SyntheticChildren::Flags class_synth_flags; in LoadObjCFormatters()