Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectSynthetic.h102 bool DoesProvideSyntheticValue() override { in DoesProvideSyntheticValue() function
H A DValueObject.h689 virtual bool DoesProvideSyntheticValue() { return false; } in DoesProvideSyntheticValue() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp759 if (GetMostSpecializedValue().DoesProvideSyntheticValue() || in PrintChildren()
H A DFormatManager.cpp527 synth_sp->DoesProvideSyntheticValue()) in ShouldPrintAsOneLiner()