Searched refs:top_func_scope_ (Results 1 – 1 of 1) sorted by relevance
92 top_func_scope_(new FuncScope(nullptr, 1)) {} in Scopes()94 delete top_func_scope_; in ~Scopes() local166 FuncScope* top_func() const { return top_func_scope_; } in top_func()181 FuncScope* top_func_scope_; variable