Searched refs:HasSyntheticValue (Results 1 – 4 of 4) sorted by relevance
67 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
580 virtual bool HasSyntheticValue();
574 if (HasSyntheticValue()) in GetSummaryAsCString()1823 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject2310 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2354 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2410 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()2628 HasSyntheticValue()) { in Dereference()2645 } else if (HasSyntheticValue()) { in Dereference()
651 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()