| 242 | } |
| 243 | |
| 244 | U32 Tokenizer::getCurrentLine() |
| 245 | { |
| 246 | // Binary search for the line number whose |
| 247 | // position is equal to or lower than the |
| 248 | // current position |
| 249 | return getLinePosition(mStartPos); |
| 250 | } |
| 251 | |
| 252 | U32 Tokenizer::getTokenLineOffset() |
| 253 | { |
no outgoing calls
no test coverage detected