Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp273 ? (synth_guy->IsSyntheticChildrenGenerated() ? "yes" : "no") in GetChildAtIndex()
281 if (synth_guy->IsSyntheticChildrenGenerated()) in GetChildAtIndex()
397 bool ValueObjectSynthetic::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in ValueObjectSynthetic
399 return m_parent->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
H A DValueObjectDynamicValue.cpp355 bool ValueObjectDynamicValue::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in ValueObjectDynamicValue
357 return m_parent->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h86 bool IsSyntheticChildrenGenerated() override;
H A DValueObjectSyntheticFilter.h111 bool IsSyntheticChildrenGenerated() override;
H A DValueObject.h641 virtual bool IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h96 bool IsSyntheticChildrenGenerated();
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i160 IsSyntheticChildrenGenerated ();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp825 bool SBValue::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated() function in SBValue
831 return value_sp->IsSyntheticChildrenGenerated(); in IsSyntheticChildrenGenerated()