Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2351 const char *ForwardPtr = CurPtr; in SkipLineComment() local
2352 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipLineComment()
2353 ++ForwardPtr; in SkipLineComment()
2354 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipLineComment()