Searched refs:kUnionType (Results 1 – 1 of 1) sorted by relevance
44 kUnionType, enumerator52 bool IsUnionType() const { return kind() == Kind::kUnionType; } in IsUnionType()292 explicit UnionType(const Type* t) : Type(Kind::kUnionType, t), types_({t}) {} in UnionType()