Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp758 const char *EndWhitespace = BufferPtr; in lex() local
759 while(EndWhitespace != BufferEnd && *EndWhitespace != '/') in lex()
760 EndWhitespace++; in lex()
766 formTokenWithChars(T, EndWhitespace, tok::newline); in lex()