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