Home
last modified time | relevance | path

Searched refs:IsSyntheticChildrenGenerated (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectSyntheticFilter.cpp284 ? (synth_guy->IsSyntheticChildrenGenerated() ? "yes" : "no") in GetChildAtIndex()
292 if (synth_guy->IsSyntheticChildrenGenerated()) in GetChildAtIndex()
410 bool ValueObjectSynthetic::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in ValueObjectSynthetic
412 return m_parent->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
HDValueObjectDynamicValue.cpp371 bool ValueObjectDynamicValue::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in ValueObjectDynamicValue
373 return m_parent->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectDynamicValue.h86 bool IsSyntheticChildrenGenerated() override;
HDValueObjectSyntheticFilter.h116 bool IsSyntheticChildrenGenerated() override;
HDValueObject.h687 virtual bool IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h106 bool IsSyntheticChildrenGenerated();
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp832 bool SBValue::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in SBValue
838 return value_sp->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp76622 result = (bool)(arg1)->IsSyntheticChildrenGenerated(); in _wrap_SBValue_IsSyntheticChildrenGenerated()