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