Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp97 const char *NewBufferPtr = BufferPtr; in skipLineStartingDecorations() local
98 while (isHorizontalWhitespace(*NewBufferPtr)) in skipLineStartingDecorations()
99 if (++NewBufferPtr == CommentEnd) in skipLineStartingDecorations()
101 if (*NewBufferPtr == '*') in skipLineStartingDecorations()
102 BufferPtr = NewBufferPtr + 1; in skipLineStartingDecorations()