Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp102 const char *NewBufferPtr = BufferPtr; in skipLineStartingDecorations() local
103 NewBufferPtr++; in skipLineStartingDecorations()
104 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()
107 char C = *NewBufferPtr; in skipLineStartingDecorations()
109 NewBufferPtr++; in skipLineStartingDecorations()
110 if (NewBufferPtr == CommentEnd) in skipLineStartingDecorations()
112 C = *NewBufferPtr; in skipLineStartingDecorations()
115 BufferPtr = NewBufferPtr + 1; in skipLineStartingDecorations()