Home
last modified time | relevance | path

Searched refs:IMPORT_EQUALS (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A DvariableFlags.h41 _(IMPORT_EQUALS, ImportEqualsDecl)
96 _(IMPORT_EQUALS, ImportEqualsVariable) \
133 IMPORT_EQUALS = 1 << 18, member in panda::es2panda::binder::VariableFlags
179 IMPORT_EQUALS, member in panda::es2panda::binder::TSBindingType
H A Dscope.cpp601 case DeclType::IMPORT_EQUALS: { in AddBinding()
602 return AddTSBinding<ImportEqualsVariable>(allocator, newDecl, VariableFlags::IMPORT_EQUALS); in AddBinding()
719 case DeclType::IMPORT_EQUALS: { in AddBinding()
720 return AddTSBinding<ImportEqualsVariable>(allocator, newDecl, VariableFlags::IMPORT_EQUALS); in AddBinding()
799 case DeclType::IMPORT_EQUALS: { in AddBinding()
800 return AddTSBinding<ImportEqualsVariable>(allocator, newDecl, VariableFlags::IMPORT_EQUALS); in AddBinding()
H A Dvariable.h344 return VariableType::IMPORT_EQUALS;
H A Ddeclaration.h359 return DeclType::IMPORT_EQUALS;
H A Dbinder.cpp1062 fn(currentScope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name)); in FindIdentifierTSVariables()
1066 fn(currentScope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name)); in FindIdentifierTSVariables()
H A Dscope.h1329 case VariableFlags::IMPORT_EQUALS: { in AddTSBinding()
1330 return tsBindings_.AddTSVariable<TSBindingType::IMPORT_EQUALS>( in AddTSBinding()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp181 !currentScope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name)) { in FindExportVariableInTsModuleScope()
1700 res = exportTSBindings->FindExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name); in FindTSModuleVariable()
1724 res = FindTSVariable<binder::TSBindingType::IMPORT_EQUALS>(currentScope, name); in FindTSModuleVariable()
2344 binder::TSBindingType::IMPORT_EQUALS}; in FindFrontIdentifierTSVariables()
2416 case binder::TSBindingType::IMPORT_EQUALS: { in FindLocalTSVariables()
2417 v = scope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name); in FindLocalTSVariables()
2452 case binder::TSBindingType::IMPORT_EQUALS: { in FindExportTSVariables()
2453 v = scope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name); in FindExportTSVariables()
2514 v = exportTSBindings->FindExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name); in VerifyMemberExpressionDeque()
2529 case binder::VariableFlags::IMPORT_EQUALS in VerifyMemberExpressionDeque()
[all...]
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp518 auto *var = scope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name); in ParseTsImportEqualsDeclaration()
522 scope->AsTSModuleScope()->AddExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name, var); in ParseTsImportEqualsDeclaration()
3122 auto *var = scope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(local->Name()); in ParseImportDefaultSpecifier()

Completed in 22 milliseconds