| 660 | } |
| 661 | |
| 662 | void forceGeneratedRaw ( Expression * expr, bool setGenerated ) { |
| 663 | forceGenerated(expr, setGenerated); |
| 664 | } |
| 665 | |
| 666 | void forceGeneratedFunctionRaw ( Function * func, bool setGenerated ) { |
| 667 | forceGeneratedFunction(func, setGenerated); |
nothing calls this directly
no test coverage detected