Home
last modified time | relevance | path

Searched refs:intersectionType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1690 auto *intersectionType = AllocNode<ir::TSIntersectionType>(std::move(types)); in ParseTsIntersectionType() local
1691 …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()