Searched refs:FunctionRegScope (Results 1 – 4 of 4) sorted by relevance
77 class FunctionRegScope : public RegScope {79 explicit FunctionRegScope(PandaGen *pg);80 NO_COPY_SEMANTIC(FunctionRegScope);81 NO_MOVE_SEMANTIC(FunctionRegScope);82 ~FunctionRegScope();
83 FunctionRegScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<Env… in FunctionRegScope() function in panda::es2panda::compiler::FunctionRegScope121 FunctionRegScope::~FunctionRegScope() in ~FunctionRegScope()
193 FunctionRegScope lrs(pg); in CompileFunctionOrProgram()
534 friend class FunctionRegScope; variable