Searched refs:IsPointerToScalarType (Results 1 – 3 of 3) sorted by relevance
178 bool IsPointerToScalarType() const;
852 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in LegacyGetValueForVariableExpressionPath()1051 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in LegacyGetValueForVariableExpressionPath()
307 bool CompilerType::IsPointerToScalarType() const { in IsPointerToScalarType() function in CompilerType