(offset int32)
| 185 | } |
| 186 | |
| 187 | func (p *parserHelper) getLocationByOffset(offset int32) common.Location { |
| 188 | return p.getSourceInfo().GetLocationByOffset(offset) |
| 189 | } |
| 190 | |
| 191 | // buildMacroCallArg iterates the expression and returns a new expression |
| 192 | // where all macros have been replaced by their IDs in MacroCalls |
no test coverage detected