Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2785 bool is_synthetic = result_sp->IsSynthetic(); in GetQualifiedRepresentationIfAvailable() local
2786 if (synthValue && !is_synthetic) { in GetQualifiedRepresentationIfAvailable()
2790 if (!synthValue && is_synthetic) { in GetQualifiedRepresentationIfAvailable()