Searched refs:ForwardPtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2330 const char *ForwardPtr = CurPtr; local
2331 while (isWhitespace(*ForwardPtr)) // Skip whitespace.
2332 ++ForwardPtr;
2333 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/')

Completed in 155 milliseconds