| 185 | } |
| 186 | |
| 187 | void setString(int newString) |
| 188 | { |
| 189 | logicalSourceLoc.string = newString; |
| 190 | loc[getLastValidSourceIndex()].string = newString; |
| 191 | logicalSourceLoc.name = nullptr; |
| 192 | loc[getLastValidSourceIndex()].name = nullptr; |
| 193 | } |
| 194 | |
| 195 | // for #include content indentation |
| 196 | void setColumn(int col) |
no outgoing calls
no test coverage detected