Home | History | Annotate | Download | only in src

Lines Matching refs:block_scope

423   Scope* block_scope() const { return block_scope_; }
424 void set_block_scope(Scope* block_scope) { block_scope_ = block_scope; }