Searched refs:ForwardPtr (Results 1 – 1 of 1) sorted by relevance
2366 const char *ForwardPtr = CurPtr; in SkipLineComment() local2367 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipLineComment()2368 ++ForwardPtr; in SkipLineComment()2369 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipLineComment()