Searched refs:ModuleVariable (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variable.cpp | 58 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical()
|
| D | variable.h | 217 class ModuleVariable : public Variable { 219 explicit ModuleVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ModuleVariable() function
|
| D | variableFlags.h | 104 _(MODULE, ModuleVariable) \
|
| D | scope.cpp | 665 auto *variable = allocator->New<ModuleVariable>(newDecl, VariableFlags::NONE); in AddImport()
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variable.cpp | 82 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *pat… in SetLexical()
|
| D | variable.h | 186 class ModuleVariable : public Variable { 188 explicit ModuleVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ModuleVariable() function
|
| D | scope.cpp | 750 res->second = allocator->New<ModuleVariable>(decl, flags | VariableFlags::LOCAL_EXPORT); in ConvertLocalVariableToModuleVariable() 774 AddVar<ModuleVariable>(allocator, currentVariable, newDecl) : in AddBinding() 785 AddFunction<ModuleVariable>(allocator, currentVariable, newDecl, extension) : in AddBinding() 790 AddClass<ModuleVariable>(allocator, currentVariable, newDecl) : in AddBinding() 810 AddLexical<ModuleVariable>(allocator, currentVariable, newDecl) : in AddBinding()
|
| D | variableFlags.h | 93 _(MODULE, ModuleVariable) \
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 414 void LoadLocalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable); 415 … void LoadExternalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable); 416 void StoreModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable);
|
| D | pandagen.cpp | 1770 void PandaGen::LoadLocalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *varia… in LoadLocalModuleVariable() 1777 void PandaGen::LoadExternalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *va… in LoadExternalModuleVariable() 1808 void PandaGen::StoreModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable) in StoreModuleVariable()
|