Searched refs:HasSyntheticValue (Results 1 – 4 of 4) sorted by relevance
67 bool HasSyntheticValue() override { return false; } in HasSyntheticValue() function
610 virtual bool HasSyntheticValue();
614 if (HasSyntheticValue()) in GetSummaryAsCString()2023 bool ValueObject::HasSyntheticValue() { in HasSyntheticValue() function in ValueObject2521 if (root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2567 root->HasSyntheticValue() && in GetValueForExpressionPath_Impl()2623 if (root->HasSyntheticValue()) in GetValueForExpressionPath_Impl()2851 HasSyntheticValue()) { in Dereference()2868 } else if (HasSyntheticValue()) { in Dereference()
651 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()