Searched refs:NewLexEnv (Results 1 – 4 of 4) sorted by relevance
46 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
48 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
444 void NewLexEnv(const ir::AstNode *node, uint32_t num);
1923 NewLexEnv(node, num); in NewLexicalEnv()1926 void PandaGen::NewLexEnv(const ir::AstNode *node, uint32_t num) in NewLexEnv() function in panda::es2panda::compiler::PandaGen