Home
last modified time | relevance | path

Searched refs:FrontEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp55 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(const ConstString &name) { in GetIndexOfChildWithName()
131 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::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()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h310 class FrontEnd : public SyntheticChildrenFrontEnd {
312 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
315 ~FrontEnd() override = default;
337 DISALLOW_COPY_AND_ASSIGN(FrontEnd);
342 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
410 class FrontEnd : public SyntheticChildrenFrontEnd {
412 FrontEnd(std::string pclass, ValueObject &backend);
414 ~FrontEnd() override;
441 DISALLOW_COPY_AND_ASSIGN(FrontEnd);
447 new FrontEnd(m_python_class, backend)); in GetFrontEnd()
[all …]