Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h620 bool synthValue);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2746 lldb::DynamicValueType dynValue, bool synthValue) { in GetQualifiedRepresentationIfAvailable() argument
2764 if (synthValue && !is_synthetic) { in GetQualifiedRepresentationIfAvailable()
2768 if (!synthValue && is_synthetic) { in GetQualifiedRepresentationIfAvailable()