Searched refs:IsPointerToScalarType (Results 1 – 3 of 3) sorted by relevance
130 bool IsPointerToScalarType() const;
768 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()967 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()
256 bool CompilerType::IsPointerToScalarType() const { in IsPointerToScalarType() function in CompilerType