Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2687 const char *ForwardPtr = CurPtr; in SkipLineComment() local
2688 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipLineComment()
2689 ++ForwardPtr; in SkipLineComment()
2690 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipLineComment()