Home
last modified time | relevance | path

Searched refs:TYPE_ALIAS (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DvariableFlags.h36 _(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 Dscope.cpp479 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 Dscope.h544 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 Ddeclaration.h253 return DeclType::TYPE_ALIAS;
/arkcompiler/ets_frontend/es2panda/binder/
H A DvariableFlags.h33 _(TYPE_ALIAS, TypeAliasDecl) \
118 TYPE_ALIAS = 1 << 3, member in panda::es2panda::binder::VariableFlags
H A Ddeclaration.h257 return DeclType::TYPE_ALIAS;
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsEnumType.cpp181 expression->AsIdentifier()->Variable()->HasFlag(varbinder::VariableFlags::TYPE_ALIAS)) { in LookupConstant()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp457 case varbinder::DeclType::TYPE_ALIAS: {
H A Dobject.cpp1673 (targetRef->HasFlag(varbinder::VariableFlags::TYPE_ALIAS) &&
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp959 if (!expr->Variable()->HasFlag(varbinder::VariableFlags::TYPE_ALIAS)) { in Compile()

Completed in 13 milliseconds