Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp274 ? (synth_guy->IsSyntheticChildrenGenerated() ? "yes" : "no") in GetChildAtIndex()
282 if (synth_guy->IsSyntheticChildrenGenerated()) in GetChildAtIndex()
400 bool ValueObjectSynthetic::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in ValueObjectSynthetic
402 return m_parent->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
H A DValueObjectDynamicValue.cpp368 bool ValueObjectDynamicValue::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in ValueObjectDynamicValue
370 return m_parent->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h86 bool IsSyntheticChildrenGenerated() override;
H A DValueObjectSyntheticFilter.h116 bool IsSyntheticChildrenGenerated() override;
H A DValueObject.h631 virtual bool IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h102 bool IsSyntheticChildrenGenerated();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp814 bool SBValue::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in SBValue
820 return value_sp->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp73341 result = (bool)(arg1)->IsSyntheticChildrenGenerated(); in _wrap_SBValue_IsSyntheticChildrenGenerated()