Searched defs:typeVar (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.cpp | 904 …auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE,… in ParseTypeLiteralOrMappedType() local 989 …auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE,… in ParseUnionType() local 1033 auto *typeVar = in ParseIntersectionType() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 440 …auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, liter… in ParseTsTypeLiteralOrTsMappedType() local 1760 …auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, union… in ParseTsUnionType() local 1810 …auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, inter… in ParseTsIntersectionType() local
|