| 83 | /// available to column_ref productions |
| 84 | vector<named_relation*> refs; |
| 85 | struct schema *schema; |
| 86 | /// Counters for prefixed stmt-unique identifiers |
| 87 | shared_ptr<map<string,unsigned int> > stmt_seq; |
| 88 | scope(struct scope *parent = 0) : parent(parent) { |
nothing calls this directly
no outgoing calls
no test coverage detected