Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2315 const char *ForwardPtr = CurPtr; in SkipLineComment() local
2316 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipLineComment()
2317 ++ForwardPtr; in SkipLineComment()
2318 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipLineComment()