| 89 | bool findToken(U32 start, const char* pCmp); |
| 90 | |
| 91 | const char* getFileName() const { return mFileName; } |
| 92 | |
| 93 | U32 getLinePosition(const U32 pos, U32 lowIndex = 0, S32 highIndex = -1); |
| 94 | U32 getCurrentLine(); |
no outgoing calls
no test coverage detected