| 1512 | } |
| 1513 | |
| 1514 | Variable * |
| 1515 | VariableSelector::make_dummy_static_variable(const string &name) |
| 1516 | { |
| 1517 | CVQualifiers dummy; |
| 1518 | Variable *var = new Variable(name, 0, 0, &dummy); |
| 1519 | return var; |
| 1520 | } |
| 1521 | |
| 1522 | |
| 1523 | const Variable* |
nothing calls this directly
no outgoing calls
no test coverage detected