Home
last modified time | relevance | path

Searched defs:typeVar (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp892 …auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE,… in ParseTypeLiteralOrMappedType() local
976 …auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE,… in ParseUnionType() local
1019 auto *typeVar = in ParseIntersectionType() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp437 …auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, liter… in ParseTsTypeLiteralOrTsMappedType() local
1757 …auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, union… in ParseTsUnionType() local
1807 …auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, inter… in ParseTsIntersectionType() local