Searched refs:StoreModuleVariable (Results 1 – 4 of 4) sorted by relevance
43 pg->StoreModuleVariable(this, var->AsModuleVariable()); in Compile()
32 pg->StoreModuleVariable(decl->Node(), var->AsModuleVariable()); in StoreModuleVarOrLocalVar()
410 void StoreModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable);
352 StoreModuleVariable(node, var->AsModuleVariable()); in StoreVar()1689 void PandaGen::StoreModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable) in StoreModuleVariable() function in panda::es2panda::compiler::PandaGen