Searched refs:HasSyntheticValue (Results 1 – 4 of 4) sorted by relevance
65 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
582 virtual bool HasSyntheticValue();
729 if (HasSyntheticValue()) in GetSummaryAsCString()2005 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject2527 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2571 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2627 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()2857 } else if (HasSyntheticValue()) { in Dereference()
635 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()