Searched defs:typeVar (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TSparser.cpp | 894 auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE, literalType); in ParseTypeLiteralOrMappedType() local 978 auto *typeVar = varbinder::Scope::CreateVar(Allocator(), "__type", varbinder::VariableFlags::TYPE, unionType); in ParseUnionType() local 1021 auto *typeVar = in ParseIntersectionType() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 456 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, literalType); in ParseTsTypeLiteralOrTsMappedType() local 1755 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, unionType); in ParseTsUnionType() local 1805 auto *typeVar = binder::Scope::CreateVar(Allocator(), "__type", binder::VariableFlags::TYPE, intersectionType); in ParseTsIntersectionType() local
|
Completed in 9 milliseconds