Searched defs:IsScalarType (Results 1 – 4 of 4) sorted by relevance
189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && … in operator ()() argument
217 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType
1636 bool ValueObject::IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function in ValueObject
3557 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang