Searched refs:top_func (Results 1 – 3 of 3) sorted by relevance
195 if (scopes_->top_func()->lookup(decl->id_->name_, SCOPE_LOCAL)) { in func_add()208 scopes_->top_func()->add(id->name_, decl); in func_add()
166 FuncScope* top_func() const { return top_func_scope_; } in top_func() function
1243 for (auto it = scopes_->top_func()->obegin(); it != scopes_->top_func()->oend(); ++it) in visit()