Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h102 bool DoesProvideSyntheticValue() override { in DoesProvideSyntheticValue() function
H A DValueObject.h685 virtual bool DoesProvideSyntheticValue() { return false; } in DoesProvideSyntheticValue() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp519 synth_sp->DoesProvideSyntheticValue()) in ShouldPrintAsOneLiner()
H A DValueObjectPrinter.cpp765 if (GetMostSpecializedValue().DoesProvideSyntheticValue() || in PrintChildren()