Home
last modified time | relevance | path

Searched refs:DoesProvideSyntheticValue (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h97 bool DoesProvideSyntheticValue() override { in DoesProvideSyntheticValue() function
DValueObject.h639 virtual bool DoesProvideSyntheticValue() { return false; } in DoesProvideSyntheticValue() function
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DValueObjectPrinter.cpp700 if (m_valobj->DoesProvideSyntheticValue() || in PrintChildren()
DFormatManager.cpp507 synth_sp->DoesProvideSyntheticValue()) in ShouldPrintAsOneLiner()