Searched defs:newUnionType (Results 1 – 2 of 2) sorted by relevance
90 auto *newUnionType = allocator_->New<UnionType>(newConstituentTypes); in CreateUnionType() local121 auto *newUnionType = allocator_->New<UnionType>(std::move(newConstituentTypes)); in CreateUnionType() local
186 Type *newUnionType = allocator->New<UnionType>(std::move(copiedConstituents)); in Instantiate() local