Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentLexer.cpp810 const char *EndWhitespace = BufferPtr; in lex() local
811 while(EndWhitespace != BufferEnd && *EndWhitespace != '/') in lex()
812 EndWhitespace++; in lex()
818 formTokenWithChars(T, EndWhitespace, tok::newline); in lex()