Home
last modified time | relevance | path

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

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