Searched refs:HasSyntheticValue (Results 1 – 4 of 4) sorted by relevance
66 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
596 virtual bool HasSyntheticValue();
628 if (HasSyntheticValue()) in GetSummaryAsCString()1866 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject2366 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2410 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2466 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()2688 HasSyntheticValue()) { in Dereference()2705 } else if (HasSyntheticValue()) { in Dereference()
656 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()