Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1957 const char *ForwardPtr = CurPtr; in SkipBCPLComment() local
1958 while (isWhitespace(*ForwardPtr)) // Skip whitespace. in SkipBCPLComment()
1959 ++ForwardPtr; in SkipBCPLComment()
1960 if (ForwardPtr[0] == '/' && ForwardPtr[1] == '/') in SkipBCPLComment()