| 656 | } |
| 657 | |
| 658 | void forceAtFunctionRaw ( Function * func, const LineInfo & at ) { |
| 659 | forceAtFunction(func, at); |
| 660 | } |
| 661 | |
| 662 | void forceGeneratedRaw ( Expression * expr, bool setGenerated ) { |
| 663 | forceGenerated(expr, setGenerated); |
nothing calls this directly
no test coverage detected