Searched refs:set_current_scope (Results 1 – 5 of 5) sorted by relevance
60 extern void set_current_scope(struct symbol *);
44 void set_current_scope(struct symbol *sym) in set_current_scope() function
757 set_current_scope(sym); // used by dissect in struct_union_enum_specifier()
461 inline void set_current_scope(Scope* scope) { current_scope_ = scope; } in set_current_scope() function
863 generator_->set_current_scope(scope); in CurrentScope()868 generator_->set_current_scope(outer_scope_); in ~CurrentScope()