Searched refs:ForwardPtr (Results 1 – 2 of 2) sorted by relevance
2118 const char *ForwardPtr = CurPtr; in SkipLineComment() local2119 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipLineComment()2120 ++ForwardPtr; in SkipLineComment()2121 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipLineComment()
2349 const char *ForwardPtr = CurPtr; in SkipLineComment() local2350 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipLineComment()2351 ++ForwardPtr; in SkipLineComment()2352 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipLineComment()