Searched refs:intersectionType (Results 1 – 1 of 1) sorted by relevance
1690 auto *intersectionType = AllocNode<ir::TSIntersectionType>(std::move(types)); in ParseTsIntersectionType() local1691 …r = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, intersectionType); in ParseTsIntersectionType()1692 intersectionType->SetVariable(typeVar); in ParseTsIntersectionType()1693 intersectionType->SetRange({startLoc, endLoc}); in ParseTsIntersectionType()1695 return intersectionType; in ParseTsIntersectionType()