Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp798 const char *EndWhitespace = BufferPtr; in lex() local
799 while(EndWhitespace != BufferEnd && *EndWhitespace != '/') in lex()
800 EndWhitespace++; in lex()
806 formTokenWithChars(T, EndWhitespace, tok::newline); in lex()