Home
last modified time | relevance | path

Searched refs:typeVar (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp894 auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE, literalType); in ParseTypeLiteralOrMappedType() local
895 literalType->SetVariable(typeVar); in ParseTypeLiteralOrMappedType()
978 auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE, unionType); in ParseUnionType() local
979 unionType->SetVariable(typeVar); in ParseUnionType()
1021 auto *typeVar = in ParseIntersectionType() local
1023 intersectionType->SetVariable(typeVar); in ParseIntersectionType()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp456 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, literalType); in ParseTsTypeLiteralOrTsMappedType() local
457 literalType->SetVariable(typeVar); in ParseTsTypeLiteralOrTsMappedType()
1755 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, unionType); in ParseTsUnionType() local
1756 unionType->SetVariable(typeVar); in ParseTsUnionType()
1805 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, intersectionType); in ParseTsIntersectionType() local
1806 intersectionType->SetVariable(typeVar); in ParseTsIntersectionType()

Completed in 18 milliseconds