Searched refs:TYPE_ALIAS (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | variableFlags.h | 36 _(TYPE_ALIAS, TypeAliasDecl) \ 127 TYPE_ALIAS = 1U << 3U, member in ark::es2panda::varbinder::VariableFlags 181 TYPE_ALIAS = 1U << 10U, member in ark::es2panda::varbinder::ScopeFlags
|
H A D | scope.cpp | 479 case DeclType::TYPE_ALIAS: { in AddBinding() 895 case DeclType::TYPE_ALIAS: { in SetBindingProps() 896 props->SetBindingProps(VariableFlags::TYPE_ALIAS, newDecl->Node()->AsTSTypeAliasDeclaration()->Id(), in SetBindingProps() 919 auto options = newDecl->Type() != DeclType::TYPE_ALIAS ? ResolveBindingOptions::ALL_NON_TYPE in AddBinding()
|
H A D | scope.h | 544 typeAliasScope_(allocator->New<LocalScope>(allocator, this, ScopeFlags::TYPE_ALIAS)) in LocalScopeWithTypeAlias() 549 typeAliasScope_(allocator->New<LocalScope>(allocator, this, ScopeFlags::TYPE_ALIAS)) in LocalScopeWithTypeAlias() 576 typeAliasScope_(allocator->New<LocalScope>(allocator, this, ScopeFlags::TYPE_ALIAS)) in FunctionScope()
|
H A D | declaration.h | 253 return DeclType::TYPE_ALIAS;
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | variableFlags.h | 33 _(TYPE_ALIAS, TypeAliasDecl) \ 118 TYPE_ALIAS = 1 << 3, member in panda::es2panda::binder::VariableFlags
|
H A D | declaration.h | 257 return DeclType::TYPE_ALIAS;
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsEnumType.cpp | 181 expression->AsIdentifier()->Variable()->HasFlag(varbinder::VariableFlags::TYPE_ALIAS)) { in LookupConstant()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | typeCheckingHelpers.cpp | 457 case varbinder::DeclType::TYPE_ALIAS: {
|
H A D | object.cpp | 1673 (targetRef->HasFlag(varbinder::VariableFlags::TYPE_ALIAS) &&
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSCompiler.cpp | 959 if (!expr->Variable()->HasFlag(varbinder::VariableFlags::TYPE_ALIAS)) { in Compile()
|
Completed in 13 milliseconds