Searched refs:top_var_scope_ (Results 1 – 1 of 1) sorted by relevance
88 current_var_scope_(nullptr), top_var_scope_(nullptr), in Scopes()101 if (scope == top_var_scope_) in push_var()107 if (current_var_scope_ == top_var_scope_) in pop_var()131 if (!top_var_scope_) { in enter_var_scope()132 top_var_scope_ = current_var_scope_; in enter_var_scope()157 VarScope* top_var() const { return top_var_scope_; } in top_var()176 VarScope* top_var_scope_; variable