Searched refs:HasSyntheticValue (Results 1 – 4 of 4) sorted by relevance
65 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
580 virtual bool HasSyntheticValue();
674 if (HasSyntheticValue()) in GetSummaryAsCString()1938 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject2438 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2482 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2538 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()2772 if (HasSyntheticValue()) { in Dereference()2789 } else if (HasSyntheticValue()) { in Dereference()
630 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()