Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() {} in ~FrontEnd()
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
166 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
[all …]
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
[all …]