Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp2090 const char *ForwardPtr = CurPtr; in SkipLineComment() local
2091 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipLineComment()
2092 ++ForwardPtr; in SkipLineComment()
2093 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipLineComment()