Home
last modified time | relevance | path

Searched refs:ENUMLITERAL (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A DvariableFlags.h97 _(ENUMLITERAL, EnumLiteralVariable)
177 ENUMLITERAL, member in panda::es2panda::binder::TSBindingType
H A Dvariable.h310 return VariableType::ENUMLITERAL;
H A Dbinder.cpp1061 fn(currentScope->FindLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(name)); in FindIdentifierTSVariables()
1065 fn(currentScope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(name)); in FindIdentifierTSVariables()
H A Dscope.cpp446 return tsBindings_.AddTSVariable<TSBindingType::ENUMLITERAL>( in AddLocal()
H A Dscope.h1322 return tsBindings_.AddTSVariable<TSBindingType::ENUMLITERAL>( in AddTSBinding()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1711 exportTSBindings->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(name) == nullptr; in FindTSModuleVariable()
1733 res = FindTSVariable<binder::TSBindingType::ENUMLITERAL>(currentScope, name); in FindTSModuleVariable()
2343 binder::TSBindingType::ENUMLITERAL, in FindFrontIdentifierTSVariables()
2412 case binder::TSBindingType::ENUMLITERAL: { in FindLocalTSVariables()
2413 v = scope->FindLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(name); in FindLocalTSVariables()
2448 case binder::TSBindingType::ENUMLITERAL: { in FindExportTSVariables()
2449 v = scope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(name); in FindExportTSVariables()
2510 v = exportTSBindings->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(name); in VerifyMemberExpressionDeque()
2791 scope->FindLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(name) != nullptr) { in IsValueReference()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3617 binder::Variable *res = currentScope->FindLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(ident); in ParseEnumDeclaration()
3619 res = currentScope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(ident); in ParseEnumDeclaration()
3621 currentScope->AddLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(ident, res); in ParseEnumDeclaration()
3627 res = currentScope->FindLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(ident); in ParseEnumDeclaration()
3629 currentScope->AsTSModuleScope()->AddExportTSVariable<binder::TSBindingType::ENUMLITERAL>(ident, res); in ParseEnumDeclaration()

Completed in 18 milliseconds