Searched refs:IsScalarType (Results 1 – 8 of 8) sorted by relevance
257 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType260 return type_system_sp->IsScalarType(m_type); in IsScalarType()289 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()295 return element_type.IsScalarType(); in IsArrayOfScalarType()
386 virtual bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function
195 bool IsScalarType() const;
193 virtual bool IsScalarType(lldb::opaque_compiler_type_t type) = 0;
639 bool IsScalarType(lldb::opaque_compiler_type_t type) override;
3704 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang
914 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in GetValueForVariableExpressionPath()
1657 if (IsScalarType()) { in GetSyntheticBitFieldChild()